From e620e366e5ffb90aa0ae321872e970c7de30b236 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Tue, 25 Aug 2020 17:04:23 +0200 Subject: Adds invokation parameters. --- src/json-export/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/json-export/Makefile') 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: -- cgit v1.2.3-70-g09d2