From: j8takagi Date: Wed, 1 Jul 2026 12:21:15 +0000 (+0900) Subject: make gitpushの修正 X-Git-Tag: v0.6p03~3 X-Git-Url: https://j8takagi.net/gitweb?a=commitdiff_plain;h=5eb3f3d1923f64471af4a85b8adc069c1137691c;p=yacasl2.git make gitpushの修正 --- diff --git a/git.mk b/git.mk index 108bd16..b39c55a 100644 --- a/git.mk +++ b/git.mk @@ -10,8 +10,8 @@ VERSIONNO = $(shell $(CAT) VERSION | $(SED) 's/v\([0-9]*\.[0-9]*\)p.*$$/\1/' ) PATCHNO = $(shell $(CAT) VERSION | $(SED) 's/^.*p//' ) gitpush___stamp: gittag___stamp - $(GIT) push origin main --follow-tags - $(GIT) push github main --follow-tags + $(GIT) push origin main --tags + $(GIT) push github main --tags $(GIT) rev-parse HEAD > $@ gittag___stamp: commit___stamp