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