partial makefile fix, need to push more code from windows first.
[tt2015.git] / 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)