diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -211,8 +211,10 @@ vcheck: push: vcheck echo "tagging git with $(VERSION)" git push + git push github master git tag $(VERSION) git push --tags + git push github master --tags commit: vcheck git commit -m "$(LASTCOMMENT)" -a |