X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=judge%2Fmanager%2FMakefile;h=67ffda9f4f89e93536029ffa8f0f04f5888f5a2c;hp=37b2c29601557b34a911abe0dace31f4962ac4c4;hb=e1153eebe8cfd0c881cef2ff8fca63f130e736b3;hpb=240966427c658fe47f1e981abd21ae89c37033ff diff --git a/judge/manager/Makefile b/judge/manager/Makefile index 37b2c29..67ffda9 100644 --- a/judge/manager/Makefile +++ b/judge/manager/Makefile @@ -1,9 +1,9 @@ #Makefile for Stratego #Use this to build with graphics -#CPP = g++ -Wall -pedantic -lSDL -lGL -lpthread -g +CPP = g++ -Wall -pedantic -lSDL -lGL -lpthread -g #Use this to build without graphics -CPP = g++ -Wall -pedantic -lpthread -g +#CPP = g++ -Wall -pedantic -lpthread -g OBJ = main.o controller.o ai_controller.o human_controller.o program.o thread_util.o stratego.o graphics.o game.o BIN = stratego