From: charlie Date: Sun, 20 Dec 2015 15:49:03 +0000 (+0100) Subject: partial makefile fix, need to push more code from windows first. X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=0f6ea1253987c43e5542e91545ccf2e5cf166dd0;p=tt2015.git partial makefile fix, need to push more code from windows first. --- diff --git a/a3/code/Makefile b/a3/code/Makefile index 4cce2b9..f7a24b0 100644 --- a/a3/code/Makefile +++ b/a3/code/Makefile @@ -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)