Fixed typo in Makefile

This commit is contained in:
Jesse Smith 2018-09-07 21:46:12 -03:00
parent 96b7285309
commit eda1f0d6ba

View File

@ -10,7 +10,7 @@ override TARBALL:=$(TMP)/$(PACKAGE)-$(VERSION).tar.xz
override SFTPBATCH:=$(TMP)/$(VERSION)-sftpbatch
SOURCES=contrib COPYING COPYRIGHT doc Makefile man README src
dist: clean $(TARBALL).sig
dist: clean $(TARBALL)
@cp $(TARBALL) .
@echo "tarball $(PACKAGE)-$(VERSION).tar.xz ready"
rm -rf $(TMP)