summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 91fee78..832bfe1 100644
--- a/Makefile
+++ b/Makefile
@@ -41,5 +41,5 @@ clean:
dist: dis
dis:
rm -rf ../$(NAME)-$(VERSION)*.tar* $(NAME)-$(VERSION)
- @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 >../$(NAME)-$(VERSION).tar.bzip2;
- $(info $(NAME)-$(VERSION).tar.lzma is ready)
+ @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
+ $(info $(NAME)-$(VERSION).tar.xz is ready)