From cf6e5a56e2b4d230e20b21845a78589e547b0e04 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 1 May 2011 22:15:21 +0000 Subject: create tar.xz file --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index da29f57..48b1fb1 100644 --- a/Makefile +++ b/Makefile @@ -18,10 +18,10 @@ localdist: dist clean: -rm -f *~ cleandist: clean - rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.bz2 + rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz tar: - tar cjf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) + tar cJf $(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) dist: cleandist export tar -- cgit v1.2.1