diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-10-27 16:09:49 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-10-27 16:11:57 +0300 |
commit | 7cdeaa6a2e1c53a9aa074e6f738252fd632d0937 (patch) | |
tree | 1307f0c3bf761e896509c01d06e908efdfc98fc6 /Makefile | |
parent | e03716ff3baa73061b45235754bd9eaa53346337 (diff) | |
download | apk-tools-7cdeaa6a2e1c53a9aa074e6f738252fd632d0937.tar.gz apk-tools-7cdeaa6a2e1c53a9aa074e6f738252fd632d0937.tar.bz2 apk-tools-7cdeaa6a2e1c53a9aa074e6f738252fd632d0937.tar.xz apk-tools-7cdeaa6a2e1c53a9aa074e6f738252fd632d0937.zip |
build: add 'make tag'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,4 +42,8 @@ check test: FORCE static: $(Q)$(MAKE) STATIC=y +tag: check + git commit . -m "apk-tools-$(VERSION)" + git tag -s v$(VERSION) -m "apk-tools-$(VERSION)" + src/: libfetch/ |