4 lines
79 B
Makefile
4 lines
79 B
Makefile
.PHONY: linux
|
|
linux:
|
|
CGO_ENABLED=0 go build -v -ldflags '-extldflags=-static'
|