aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ea4584..b34cb72 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,6 @@ uninstall:
@rm -f ${DESTDIR}${MANPREFIX}/man1/vis.1
release:
- git archive --format=tar.xz --prefix=vis-$(RELEASE)/ $(RELEASE) > vis-$(RELEASE).tar.xz
+ @git archive --prefix=vis-$(RELEASE)/ -o vis-$(RELEASE).tar.gz $(RELEASE)
.PHONY: all clean dist install uninstall debug