aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a0c9879..581d663 100644
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,7 @@ install: all
for d in $(SUBDIRS); do ( make -C $$d $@ ) ; done
dis: dist
-dist: clean
+dist:
rm -rf ../$(NAME)-$(VERSION).tar*
- rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
$(info $(NAME)-$(VERSION).tar.xz is ready)