summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 632a1a5..93f916b 100644
--- a/Makefile
+++ b/Makefile
@@ -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/