8 lines
95 B
Makefile
8 lines
95 B
Makefile
|
LDFLAGS?=--ldflags '-extldflags "-static"'
|
||
|
export CGO_ENABLED=0
|
||
|
|
||
|
build:
|
||
|
|
||
|
test:
|
||
|
go test ./...
|