diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); \ |