aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2002-04-25 05:22:59 +0000
committerSven Gothel <[email protected]>2002-04-25 05:22:59 +0000
commit34685372a922f17e57be31d8e4dbd7a9ddc0197d (patch)
tree63e6bb677c058e61688f987eeb0d627d63f154d6
parent7333295a8981aeaaa3617a4498dd922173663047 (diff)
distinguished rules to do the java 13 and java 14 demos ..
-rw-r--r--demos/MiscDemos/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/demos/MiscDemos/makefile b/demos/MiscDemos/makefile
index 89d83c3..d4aa80f 100644
--- a/demos/MiscDemos/makefile
+++ b/demos/MiscDemos/makefile
@@ -53,7 +53,11 @@ else
JAVA14_CLASSES =
endif
-all: cleanup $(JAVA13_CLASSES) $(JAVA14_CLASSES)
+all: cleanup java13demos java14demos
+
+java13demos: $(JAVA13_CLASSES)
+
+java14demos: $(JAVA14_CLASSES)
$(JAVA13_CLASSES) : $(JAVA13_SOURCES)
$(JAVAC_13) -O -deprecation $^ | tee -a errors