go-ricochet/Makefile

10 lines
156 B
Makefile
Raw Normal View History

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