add makefile
Some checks failed
Lint / golangci-lint (push) Failing after 9m51s
Machine Tests / test (push) Failing after 8s

This commit is contained in:
Matthew Rich 2024-04-04 10:44:07 -07:00
parent 2c18349689
commit 877f9ae2ef
2 changed files with 8 additions and 1 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
LDFLAGS?=--ldflags '-extldflags "-static"'
export CGO_ENABLED=0
build:
test:
go test ./...