We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4036f6 commit 9db725bCopy full SHA for 9db725b
1 file changed
Makefile
@@ -15,7 +15,7 @@ ifneq ($(GO_VERBOSE),)
15
GO_VERBOSE:= -v -x
16
endif
17
18
-install_cwd = go install $(GO_VERBOSE) -compiler=$(GO_COMPILER) .
+install_cwd = go get $(GO_VERBOSE) -compiler=$(GO_COMPILER) .
19
test_cwd = go test $(GO_VERBOSE) -compiler=$(GO_COMPILER) .
20
21
all: install test
0 commit comments