diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |