Fixed Makefile so it cleans up object files before creating tarball.

This commit is contained in:
Jesse Smith 2018-09-07 21:42:47 -03:00
parent 6e8323e9fb
commit 96b7285309

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: $(TARBALL)
dist: clean $(TARBALL).sig
@cp $(TARBALL) .
@echo "tarball $(PACKAGE)-$(VERSION).tar.xz ready"
rm -rf $(TMP)