partial makefile fix, need to push more code from windows first.
authorcharlie <somemail@something.com>
Sun, 20 Dec 2015 15:49:03 +0000 (16:49 +0100)
committercharlie <somemail@something.com>
Sun, 20 Dec 2015 15:49:03 +0000 (16:49 +0100)
a3/code/Makefile

index 4cce2b9..f7a24b0 100644 (file)
@@ -1,10 +1,10 @@
 CLMFLAGS:=\
-       -IL ../lib/Gast\
+       -I $(CURDIR)/Gast\
        -IL ../lib/MersenneTwister\
        -IL ../lib/StdLib\
-       -IL ../lib/Generics
+       -IL ../lib/TCPIP
 CLM:=~/clean/bin/clm
-PROGS:=test hellogast
+PROGS:=tcpmodel
 
 all: $(PROGS)