X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=judge%2Fmanager%2FMakefile;h=37b2c29601557b34a911abe0dace31f4962ac4c4;hp=fe319dfb8b1e30362f9dfc3ddd2c5caa0a139fee;hb=240966427c658fe47f1e981abd21ae89c37033ff;hpb=78293905481ab7a67e773d05350da29940a58ea6 diff --git a/judge/manager/Makefile b/judge/manager/Makefile index fe319df..37b2c29 100644 --- a/judge/manager/Makefile +++ b/judge/manager/Makefile @@ -1,6 +1,9 @@ #Makefile for Stratego -CPP = g++ -Wall -pedantic -lSDL -lGL -g +#Use this to build with graphics +#CPP = g++ -Wall -pedantic -lSDL -lGL -lpthread -g +#Use this to build without graphics +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