summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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)