From f7c142734879f1f1ae786d0c4fa72887c53adb64 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Nov 2013 15:36:26 +0100 Subject: drop useless rm --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a146cc8a..53edda2c 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,6 @@ install: build dist: dis dis: clean - rm -rf ../$(NAME)-$(VERSION)*.tar* $(NAME)-$(VERSION) @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; $(info $(shell dirname $$PWD)/$(NAME)-$(VERSION).tar.xz is ready) -- cgit v1.2.1