diff --git a/makefile b/makefile index abc69eb..6966499 100644 --- a/makefile +++ b/makefile @@ -57,7 +57,7 @@ show-versions: @git tag --merged refs/heads/master tag: - git tag -ase $${TAG} + git tag -as $${TAG} clean: rm -rf $(OUTDIR)