From 2444c13aa3d96b7a1098a72846be08e9fb4b12c0 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 8 Oct 2014 22:52:38 -0400 Subject: [PATCH] Make "make tag" use -s. Signed-off-by: Peter Jones --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 222af2b..2475a5e 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ test-archive: @echo "The archive is in dbxtool-$(VERSION).tar.bz2" tag: - git tag dbxtool-$(GITTAG) refs/heads/master + git tag -s dbxtool-$(GITTAG) refs/heads/master archive: tag @rm -rf /tmp/dbxtool-$(VERSION) /tmp/dbxtool-$(VERSION)-tmp