diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,5 +70,5 @@ tar: dir localcopy dist: tar tag: - git tag '$(VERSION)' + git tag -a '$(VERSION)' -m '$(VERSION)' git push origin $(VERSION) |