attrsum/Makefile
2025-05-08 13:26:32 -07:00

8 lines
59 B
Makefile

default: test
test:
go test ./... -v
build:
go build .