Skip to content

Commit 1372e2c

Browse files
committed
chore: update makefile
1 parent 1d744ae commit 1372e2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

makefile-utils/semver.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ SEMVER_BIN ?= makefile-utils/semver
55
# @hide @target makefile-utils/semver Download semver tool
66
${SEMVER_BIN}:
77
@mkdir -p $$(dirname '$@')
8-
@curl -sSLo '$@' https://raw.githubusercontent.com/fsaintjacques/semver-tool/master/src/semver
8+
@echo '[makefile-utils] To download semver-tool'
9+
@curl -Lo '$@' https://raw.githubusercontent.com/fsaintjacques/semver-tool/master/src/semver
910
@chmod +x '$@'
1011

1112
.PHONY: GIT_VERSION

0 commit comments

Comments
 (0)