X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=agents%2Fbasic_cpp%2FMakefile;h=6c1f9fb804a63fba9557edb26c1e7d1163ba08d0;hp=0a249b3a86b068709f01e66b7f966d7499f3cfef;hb=fda21e69af7d794fa2280ce613144e5bbd8e1f5e;hpb=240966427c658fe47f1e981abd21ae89c37033ff diff --git a/agents/basic_cpp/Makefile b/agents/basic_cpp/Makefile index 0a249b3..6c1f9fb 100644 --- a/agents/basic_cpp/Makefile +++ b/agents/basic_cpp/Makefile @@ -2,7 +2,7 @@ # Sample C++ Stratego AI # UCC Programming Competition 2012 -CPP = g++ -Wall -pedantic -lSDL -lGL -g +CPP = g++ -Wall -pedantic -g OBJ = basic_cpp.o BIN = basic_cpp