Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Make "make tag" use -s.
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <[email protected]>
  • Loading branch information
vathpela committed Oct 9, 2014
1 parent 246aca3 commit 2444c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2444c13

Please sign in to comment.