diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -78,7 +78,8 @@ news: NEWS: news -tag: git tag -a $(VERSION) -m "$(VERSION)" +tag: + @git tag -a $(VERSION) -m "$(VERSION)" .PHONY: ChangeLog NEWS |