Skip to content

Commit 24174ae

Browse files
authored
fix: output binary after being built (#694)
Signed-off-by: Nathanael Liechti <[email protected]>
1 parent ac21dcd commit 24174ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TEST_FILTER?=
1111
export
1212

1313
build:
14-
go build -v ./...
14+
go build -v -o bin/ ./...
1515

1616
install: build
1717
go install -v ./...

0 commit comments

Comments
 (0)