summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7a7406..a17fa5f 100644
--- a/Makefile
+++ b/Makefile
@@ -243,9 +243,9 @@ vcheck:
push: vcheck
echo "tagging git with $(VERSION)"
+ git push
git tag $(VERSION)
git push --tags
- git push
commit: vcheck
git commit -m "$(LASTCOMMENT)" -a