aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c0e839..d036582 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,8 @@ news:
NEWS: news
-tag: git tag -a $(VERSION) -m "$(VERSION)"
+tag:
+ @git tag -a $(VERSION) -m "$(VERSION)"
.PHONY: ChangeLog NEWS