Initial Commit
[Projects.git] / ai / Makefile
blobb2e90019300d8b6ce27300dc02dcc0b2198b4e92
1 MAIN = ./tictactoe.py
3 run: $(MAIN)
4 $(MAIN)