5 lines
48 B
Makefile
5 lines
48 B
Makefile
|
default: build
|
||
|
|
||
|
build:
|
||
|
@go build -o bin/ ./...
|