We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 815fc22 + 7850ed8 commit fe8755eCopy full SHA for fe8755e
Makefile
@@ -1,5 +1,5 @@
1
COMMIT_HOOK=.git/hooks/commit-msg
2
-GOEXE ?= $(go env exe)
+GOEXE ?= $(shell go env GOEXE)
3
4
all: init
5
go build -o gui${GOEXE}
0 commit comments