10 lines
150 B
Makefile
10 lines
150 B
Makefile
|
all:
|
||
|
go install github.com/go-ricochet
|
||
|
|
||
|
test:
|
||
|
go test -v github.com/s-rah/go-ricochet/...
|
||
|
|
||
|
cover:
|
||
|
go test github.com/s-rah/go-ricochet/... -cover
|
||
|
|