More work on C sample agents. Learning agents are a pain.
[progcomp10.git] / link / C / c-link-lib / Makefile
index c10ef62..10e306b 100644 (file)
@@ -11,8 +11,6 @@ LINKLIB=libc_link.a
 AGENTSRCS=$(wildcard agents/*.c)
 AGENTS=$(AGENTSRCS:.c=)
 
-EXECUTABLE=rps-c
-
 all: $(LINKSRCS) $(LINKLIB) $(AGENTS)
        
 $(LINKLIB): $(LINKOBJS)
@@ -27,4 +25,4 @@ $(AGENTS): $(AGENTSRCS)
 
 .PHONY : clean
 clean:
-       rm $(LINKOBJS) $(LINKLIB) $(AGENTS)
\ No newline at end of file
+       rm $(LINKOBJS) $(LINKLIB) $(AGENTS)

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