We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f35d8 commit ebcc09eCopy full SHA for ebcc09e
1 file changed
client/Makefile
@@ -15,7 +15,7 @@ GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path)/,$(GO_PACKAGES))
15
GOFMT = gofmt -e -l -s
16
GOTEST = go test --cover --race -v
17
18
-VERSION := $(shell git describe --tags --abbrev=0 2>/dev/null)+$(shell git rev-parse --short HEAD)
+VERSION ?= $(shell git rev-parse --short HEAD)
19
20
define check-static-binary
21
if file $(1) | egrep -q "(statically linked|Mach-O)"; then \
0 commit comments