pokercore/Makefile

5 lines
55 B
Makefile
Raw Normal View History

2019-03-24 03:59:45 +00:00
default: test
test:
cd pokercore && go test -v ./...