1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

minor Makefile edit

This commit is contained in:
William Ting 2012-10-30 22:30:45 -05:00
parent 1b5d9df854
commit 885c4e68ce

View File

@ -1,7 +1,7 @@
VERSION = v20
VERSION = v21.0.2
TAGNAME = release-$(VERSION)
.PHONY: docs install uninstall test
.PHONY: docs install uninstall tar test
install:
install.sh
@ -29,5 +29,9 @@ release: docs test
# Create tagged archive
git archive --format=tar --prefix autojump_$(VERSION)/ $(TAGNAME) | gzip > autojump_$(VERSION).tar.gz
tar:
# Create tagged archive
git archive --format=tar --prefix autojump_$(VERSION)/ $(TAGNAME) | gzip > autojump_$(VERSION).tar.gz
test:
@tests/runtests.py