We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4627a1d commit fecd9f6Copy full SHA for fecd9f6
Makefile
@@ -15,6 +15,8 @@ BUILDDIR ?= $(CURDIR)/build
15
# Build targets
16
BUILD_TARGETS := build install test
17
18
+release_version=$(filter-out $@,$(MAKECMDGOALS))
19
+
20
# Version check
21
check_version:
22
@if [ "$(GO_SYSTEM_VERSION)" != "$(REQUIRE_GO_VERSION)" ]; then \
0 commit comments