Skip to content

Commit fe8755e

Browse files
author
Boris Resnick
authored
Merge pull request #35 from iegomez/fix/windows-build
Makefile fixed (refs #32)
2 parents 815fc22 + 7850ed8 commit fe8755e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
COMMIT_HOOK=.git/hooks/commit-msg
2-
GOEXE ?= $(go env exe)
2+
GOEXE ?= $(shell go env GOEXE)
33

44
all: init
55
go build -o gui${GOEXE}

0 commit comments

Comments
 (0)