X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=qchess%2Fsrc%2FMakefile;h=ec7747f45f65c1321135d38ca4c7a1d08f85cdad;hb=1da52d4a75c75ddff22f3a67a2c06875b335e601;hp=268cbfe1c51104787c5fc716065c3dd175c95725;hpb=877034f05346e24fdf822f6e6149ad50d891f030;p=progcomp2013.git diff --git a/qchess/src/Makefile b/qchess/src/Makefile index 268cbfe..ec7747f 100644 --- a/qchess/src/Makefile +++ b/qchess/src/Makefile @@ -1,7 +1,7 @@ # Makefile that builds qchess.py from the component files TARGET = qchess.py -COMPONENTS = piece.py board.py player.py agent_bishop.py timeout_player.py network.py thread_util.py game.py images.py graphics.py main.py +COMPONENTS = piece.py board.py player.py agent_bishop.py timeout_player.py network.py thread_util.py log.py game.py images.py graphics.py server.py main.py #COMPONENTS=$(shell ls *.py | tr '\t' '\n' | grep -v $(TARGET)) $(TARGET) : $(COMPONENTS)