From bb316fbd57f466677053ddf63cde5fce916487e9 Mon Sep 17 00:00:00 2001 From: jjenista Date: Wed, 20 Feb 2008 22:47:23 +0000 Subject: [PATCH] Added an intermediate target for just the compiler that can be used to avoid making the documentation if desired. --- Robust/src/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.34.1