add makefile

This commit is contained in:
Jeffrey Paul 2025-05-08 13:26:32 -07:00
parent 1378f1d221
commit 1497300850

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
default: test
test:
go test ./... -v
build:
go build .