aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0951a40..2647883 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,6 @@ clean:
# rules to build tarball
+dist: tar
tar:
git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | xz -9 > $(PACKAGE)-$(VERSION).tar.xz