From 3f1b119d46971a63539be4a700222f2e9fa550dc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 May 2015 05:44:45 +0200 Subject: simplify as we only handle git --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7f3611e..89ebdbd 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,6 @@ install: clean all tar: dist dist: clean - rm -rf ../$(NAME)-$(VERSION).tar* @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; $(info $(NAME)-$(VERSION).tar.xz is ready) -- cgit v1.2.1