go-poker/pokercore/Makefile

11 lines
77 B
Makefile

default: test
.PHONY: pkgs test
fetch:
go get -t
test: *.go
go test -v