summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55934e5..fc40783 100644
--- a/Makefile
+++ b/Makefile
@@ -45,4 +45,4 @@ cleandist:
rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
export:
- git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -9 > $(NAME)-$(VERSION).tar.xz
+ git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -0 > $(NAME)-$(VERSION).tar.xz