pokercore/Makefile

5 lines
55 B
Makefile

default: test
test:
cd pokercore && go test -v ./...