projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
598618e
)
change of option for makefile
author
adash
<adash>
Tue, 7 Apr 2009 20:28:33 +0000
(20:28 +0000)
committer
adash
<adash>
Tue, 7 Apr 2009 20:28:33 +0000
(20:28 +0000)
Robust/src/Benchmarks/SingleTM/LeeRouting/makefile
patch
|
blob
|
history
diff --git
a/Robust/src/Benchmarks/SingleTM/LeeRouting/makefile
b/Robust/src/Benchmarks/SingleTM/LeeRouting/makefile
index ed703e17d37f93813562da186c93b5dfd943c79b..20d23eb96936e2187a5805a061252cba0184850a 100644
(file)
--- a/
Robust/src/Benchmarks/SingleTM/LeeRouting/makefile
+++ b/
Robust/src/Benchmarks/SingleTM/LeeRouting/makefile
@@
-5,7
+5,7
@@
SRC=${MAINCLASS}.java \
GridCell.java \
LeeThread.java \
WorkQueue.java
-FLAGS=-singleTM -
thread -
optimize -mainclass ${MAINCLASS}
+FLAGS=-singleTM -optimize -mainclass ${MAINCLASS}
default:
../../../buildscript ${FLAGS} -o ${MAINCLASS} ${SRC}