| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2020-08-25 17:04:23 +0200 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2020-08-25 17:04:23 +0200 |
| commit | e620e366e5ffb90aa0ae321872e970c7de30b236 (patch) | |
| tree | 22e984093f76850ad70db9ec94fceb8fca43218a /src/json-export/Makefile | |
| parent | 3a910e2df9bb71e0a1601e3be9367278bf6f897f (diff) | |
Adds invokation parameters.
Diffstat (limited to 'src/json-export/Makefile')
| -rw-r--r-- | src/json-export/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json-export/Makefile b/src/json-export/Makefile index afe05e5..8654cc8 100644 --- a/src/json-export/Makefile +++ b/src/json-export/Makefile @@ -75,7 +75,7 @@ clean: rm -rf $(LIB_DIR)/$(STANDALONE) # Pattern rules can be used to generate multiple target in a single action. -$(CLASSES): $(BIN_DIR)/%.class: $(SRC_DIR)/%.java $(BIN_DIR) +$(CLASSES): $(BIN_DIR)/%.class: $(SRC_DIR)/%.java $(BIN_DIR) $(JSON_SIMPLE_JAR) $(TONKADUR_CORE_JAR) $(JAVAC) -cp $(CLASSPATH) -d $(BIN_DIR) $< %.jar: |


