X-Git-Url: https://git.ucc.asn.au/?p=progcomp2013.git;a=blobdiff_plain;f=agents%2Fsilverfish%2FMakefile;fp=agents%2Fsilverfish%2FMakefile;h=196cdca180542a27a760c3545b6de6224c3460ed;hp=e2c4927146a01b673ac7a0532d21cb9f36ed43c5;hb=7a6c3dd98ba430b9bcdf95b7a92100cb7c0a1bbe;hpb=6632f3437f19a985d3b6b311b30bc1bafbca0002 diff --git a/agents/silverfish/Makefile b/agents/silverfish/Makefile index e2c4927..196cdca 100644 --- a/agents/silverfish/Makefile +++ b/agents/silverfish/Makefile @@ -11,7 +11,7 @@ BIN = silver $(BIN) : $(LINKOBJ) - $(CXX) -o $(BIN) $(LINKOBJ) + $(CXX) -o $(BIN) $(LINKOBJ) $(LIB) %.o : %.cpp $(CXX) -c $<