X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=agents%2Fbasic_cpp%2FMakefile;h=6c1f9fb804a63fba9557edb26c1e7d1163ba08d0;hp=0a249b3a86b068709f01e66b7f966d7499f3cfef;hb=b1c6f5bee1c544be8b04d16d1bce9a66688df0c3;hpb=1a03b2543b67f0551e62babec4cd119f1e0e4640;ds=sidebyside 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