From 9b24228cd8158d3ba338111ebcf762db0b6c6553 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Nov 2013 15:25:13 +0100 Subject: drop useless rm --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index fdcbdf10..c210aa4f 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,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