mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
minor Makefile edit
This commit is contained in:
parent
1b5d9df854
commit
885c4e68ce
8
Makefile
8
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user