Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 9db725b

Browse files
committed
make: install via 'go get'
1 parent d4036f6 commit 9db725b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ifneq ($(GO_VERBOSE),)
1515
GO_VERBOSE:= -v -x
1616
endif
1717

18-
install_cwd = go install $(GO_VERBOSE) -compiler=$(GO_COMPILER) .
18+
install_cwd = go get $(GO_VERBOSE) -compiler=$(GO_COMPILER) .
1919
test_cwd = go test $(GO_VERBOSE) -compiler=$(GO_COMPILER) .
2020

2121
all: install test

0 commit comments

Comments
 (0)