summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 53edda2c..1aa9977b 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,8 @@ install: build
dist: dis
-dis: clean
- @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
+dis:
+ :git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
$(info $(shell dirname $$PWD)/$(NAME)-$(VERSION).tar.xz is ready)
# Makefile ends here