diff options
author | Sven Gothel <[email protected]> | 2002-04-25 05:22:59 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2002-04-25 05:22:59 +0000 |
commit | 34685372a922f17e57be31d8e4dbd7a9ddc0197d (patch) | |
tree | 63e6bb677c058e61688f987eeb0d627d63f154d6 | |
parent | 7333295a8981aeaaa3617a4498dd922173663047 (diff) |
distinguished rules to do the java 13 and java 14 demos ..
-rw-r--r-- | demos/MiscDemos/makefile | 6 |
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 |