@@ -5,13 +5,13 @@ default: run
run: simgame
simgame: examples
./bin/simgame
RANDOM_SHUFFLE=1 ./bin/simgame
clean:
rm -rf bin *.test
test:
go test -v -count=1 ./...
go test -count=1 .
examples:
test -d bin || mkdir bin
The note is not visible to the blocked user.