machine/Makefile

8 lines
95 B
Makefile
Raw Permalink Normal View History

2024-04-04 17:44:07 +00:00
LDFLAGS?=--ldflags '-extldflags "-static"'
export CGO_ENABLED=0
build:
test:
go test ./...