X-Git-Url: https://git.ucc.asn.au/?p=progcomp2013.git;a=blobdiff_plain;f=qchess%2Fsrc%2FMakefile;fp=qchess%2Fsrc%2FMakefile;h=ec7747f45f65c1321135d38ca4c7a1d08f85cdad;hp=c7929ab2334aa6ec8ceca5e2e69817ef5766e6f2;hb=64978647120812a13948e2146de81281b38a54d5;hpb=df2c20df9b55fd3ab24c494d745a260662f1da67 diff --git a/qchess/src/Makefile b/qchess/src/Makefile index c7929ab..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 log.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)