[RULE CHANGE] *Victory by "attrition"* + Bug fixes
[progcomp2012.git] / judge / manager / Makefile
index fe319df..67ffda9 100644 (file)
@@ -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

UCC git Repository :: git.ucc.asn.au