From 2d2ce4ca8ad8b2844a28d9276091c3163d535363 Mon Sep 17 00:00:00 2001 From: rindeal Date: Sun, 17 Mar 2024 19:54:53 +0000 Subject: [PATCH] Makefile: fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6df012..42c8e47 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ git-tag-del: _git-tag-set-check -git tag --delete $(GIT_TAG) -git push --delete origin $(GIT_TAG) -git-tag: _git-tag-set-check git-tag-delete +git-tag: _git-tag-set-check git-tag-del git tag $(GIT_TAG) && git push --tags gh-upload: $(PROGRAM)