From 85f42ed2da9ab51a16d53843b9710a675c4d140b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Nov 2013 15:36:59 +0100 Subject: no need to run "make clean" anymore when building tarball --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 53edda2c..1aa9977b 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,8 @@ install: build dist: dis -dis: clean - @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; +dis: + :git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; $(info $(shell dirname $$PWD)/$(NAME)-$(VERSION).tar.xz is ready) # Makefile ends here -- cgit v1.2.1