From 3723059eec72b7c14ff5b5992b7a33782fb5a864 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Nov 2013 16:40:57 +0100 Subject: drop useless rm --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 6e70fd1..c746e0e 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,5 @@ clean: dist: dis dis: - rm -rf ../$(NAME)-$(VERSION)*.tar* $(NAME)-$(VERSION) @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; $(info $(NAME)-$(VERSION).tar.xz is ready) -- cgit v1.2.1