feudal/Makefile

8 lines
95 B
Makefile
Raw Normal View History

2024-04-04 19:43:46 +00:00
LDFLAGS?=--ldflags '-extldflags "-static"'
export CGO_ENABLED=0
build:
test:
go test ./...