diff options
-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/ |