projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
124184a
)
Added an intermediate target for just the compiler that can
author
jjenista
<jjenista>
Wed, 20 Feb 2008 22:47:23 +0000
(22:47 +0000)
committer
jjenista
<jjenista>
Wed, 20 Feb 2008 22:47:23 +0000
(22:47 +0000)
be used to avoid making the documentation if desired.
Robust/src/Makefile
patch
|
blob
|
history
diff --git
a/Robust/src/Makefile
b/Robust/src/Makefile
index 257509eefea3cd57adf02721fd89875e5b2ba479..3aeaeddd8f4319170b6385e938a3b356682d6453 100644
(file)
--- a/
Robust/src/Makefile
+++ b/
Robust/src/Makefile
@@
-104,7
+104,9
@@
Analysis/Scheduling/TransTaskSimulator.class
-all: Parse/Sym.class Parse/Parser.class $(CLASSFILES) javadoc
+all: compiler javadoc
+
+compiler: Parse/Sym.class Parse/Parser.class $(CLASSFILES)
wc:
wc Interface/*.java Analysis/*/*.java IR/*.java IR/*/*.java Lex/*.java Util/*.java ClassLibrary/*.java