go-ricochet/Makefile

10 lines
156 B
Makefile

all:
go install github.com/s-rah/go-ricochet
test:
go test -v github.com/s-rah/go-ricochet/...
cover:
go test github.com/s-rah/go-ricochet/... -cover