Files
libcapsul/Makefile
2021-10-20 17:28:26 +02:00

9 lines
156 B
Makefile

build:
@go build .
check:
@test -z $$(gofmt -l .) || (echo "gofmt: formatting issue - run 'make format' to resolve" && exit 1)
test:
@go test . -cover