From: jjenista Date: Wed, 20 Feb 2008 22:47:23 +0000 (+0000) Subject: Added an intermediate target for just the compiler that can X-Git-Tag: preEdgeChange~259 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bb316fbd57f466677053ddf63cde5fce916487e9;p=IRC.git Added an intermediate target for just the compiler that can be used to avoid making the documentation if desired. --- diff --git a/Robust/src/Makefile b/Robust/src/Makefile index 257509ee..3aeaeddd 100644 --- 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