From 0f6ea1253987c43e5542e91545ccf2e5cf166dd0 Mon Sep 17 00:00:00 2001 From: charlie Date: Sun, 20 Dec 2015 16:49:03 +0100 Subject: [PATCH] partial makefile fix, need to push more code from windows first. --- a3/code/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.20.1