aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 169e34d..5078b10 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ install:
install -m644 $(wildcard data/icons/*.png) $(ICONSDIR)
for d in $(SUBDIRS); do make -C $$d $@; done
-dis:
+dist:
rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar*
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz;