machine/Makefile
Matthew Rich 877f9ae2ef
Some checks failed
Lint / golangci-lint (push) Failing after 9m51s
Machine Tests / test (push) Failing after 8s
add makefile
2024-04-04 10:44:07 -07:00

8 lines
95 B
Makefile

LDFLAGS?=--ldflags '-extldflags "-static"'
export CGO_ENABLED=0
build:
test:
go test ./...