summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2021-08-10 23:19:53 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2021-08-10 23:19:53 +0200
commit74f3ba72f2fdcd3a0915df25c0d30f4d2674c5ce (patch)
treebed0e31df6bf6fee6894d871adc073f847e5a510 /src/json-export
parentaa3314a78fc4613301a2757abe6e67f7e0d02737 (diff)
Looks like Tonkadur Plugin & Fate Generic classes load properly.
Diffstat (limited to 'src/json-export')
-rw-r--r--src/json-export/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json-export/Makefile b/src/json-export/Makefile
index 8654cc8..b60602b 100644
--- a/src/json-export/Makefile
+++ b/src/json-export/Makefile
@@ -63,7 +63,7 @@ $(STANDALONE): $(TMP_DIR) $(TARGET) $(JSON_SIMPLE_JAR) $(TONKADUR_CORE_JAR)
unzip -d $(TMP_DIR) -uo $(TARGET)
unzip -d $(TMP_DIR) -uo $(TONKADUR_CORE_JAR)
unzip -d $(TMP_DIR) -uo $(JSON_SIMPLE_JAR)
- $(JAR) -cvfm $@ $(MANIFEST) -C $(TMP_DIR) .
+ $(JAR) -cvfmn $@ $(MANIFEST) -C $(TMP_DIR) .
$(TARGET): $(JAVA_SOURCES) $(CLASSES) $(MANIFEST)
rm -f $(TARGET) $(INSTALL_DIR)/$@