repositories
/
tt2015.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c42119
)
partial makefile fix, need to push more code from windows first.
author
charlie
<somemail@something.com>
Sun, 20 Dec 2015 15:49:03 +0000
(16:49 +0100)
committer
charlie
<somemail@something.com>
Sun, 20 Dec 2015 15:49:03 +0000
(16:49 +0100)
a3/code/Makefile
patch
|
blob
|
history
diff --git
a/a3/code/Makefile
b/a3/code/Makefile
index
4cce2b9
..
f7a24b0
100644
(file)
--- a/
a3/code/Makefile
+++ b/
a3/code/Makefile
@@
-1,10
+1,10
@@
CLMFLAGS:=\
- -I
L ../lib
/Gast\
+ -I
$(CURDIR)
/Gast\
-IL ../lib/MersenneTwister\
-IL ../lib/StdLib\
- -IL ../lib/
Generics
+ -IL ../lib/
TCPIP
CLM:=~/clean/bin/clm
-PROGS:=t
est hellogast
+PROGS:=t
cpmodel
all: $(PROGS)