From 96b7285309bc9049a72dd29918f0f576b9fc6a8e Mon Sep 17 00:00:00 2001 From: Jesse Smith Date: Fri, 7 Sep 2018 21:42:47 -0300 Subject: [PATCH] Fixed Makefile so it cleans up object files before creating tarball. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5626dc8..6062dd4 100644 --- a/Makefile +++ b/Makefile @@ -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)