go-poker/pokercore/Makefile

11 lines
77 B
Makefile
Raw Normal View History

2019-03-24 03:59:45 +00:00
default: test
.PHONY: pkgs test
fetch:
go get -t
test: *.go
go test -v