| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-08-25 21:59:00 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-08-25 21:59:00 +0200 | 
| commit | f745cf10b898eafbe4fe781b05d243d5e32f72bc (patch) | |
| tree | c2d27ab1cdd475573db09add1d2d73d7bb211e1a /src/json-export/Makefile | |
| parent | 9845105fca628a2d9edec520deba326c39584a8a (diff) | |
| parent | e620e366e5ffb90aa0ae321872e970c7de30b236 (diff) | |
Merge branch 'master' of dreamhost:~/repositories/git/tonkadur
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: | 


