Skip to content

Commit 9db725b

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
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)