Merge branch 'master' of https://github.com/dopefishh/tt2015
authorcharlie <charlie.gerhardus@student.ru.nl>
Sun, 20 Dec 2015 15:51:10 +0000 (16:51 +0100)
committercharlie <charlie.gerhardus@student.ru.nl>
Sun, 20 Dec 2015 15:51:10 +0000 (16:51 +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)