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 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