@@ -1,10 +1,13 @@
.PHONY: build dominos nim clean
.PHONY: build dominos nim test clean
JAR = build/libs/iialib.jar
build:
gradle build
test:
gradle test
dominos: $(JAR)
java -cp $(JAR) games.dominos.DominosGame
The note is not visible to the blocked user.