From 3d79601823f34ec99b48de62347e1623f7c5f510 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Nov 2013 15:26:35 +0100 Subject: drop useless rm --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2615776..c3ec503 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,5 @@ install: all dis: dist dist: - 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