We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac21dcd commit 24174aeCopy full SHA for 24174ae
GNUmakefile
@@ -11,7 +11,7 @@ TEST_FILTER?=
11
export
12
13
build:
14
- go build -v ./...
+ go build -v -o bin/ ./...
15
16
install: build
17
go install -v ./...
0 commit comments