aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8dc9cf..bd8edad 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ clean:
dist: menus checktag clean
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz;
- $(info $(NAME)-$(VERSION).tar.bz2 is ready)
+ $(info $(NAME)-$(VERSION).tar.xz is ready)
tag: checktag
git tag $(TAG); \