From 730f0bb63767f8c499cd2e2a238574ce3afa2d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Mon, 27 May 2019 19:34:48 +0300 Subject: Makefile: Fix tag target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1