4 lines
71 B
Makefile
4 lines
71 B
Makefile
|
.PHONY: build
|
||
|
|
||
|
build:
|
||
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build .
|