summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2021-07-13 02:02:04 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2021-07-13 02:02:04 +0200
commit9cd2f4e3b3a655f04ea19114a1ebb8b8d899e854 (patch)
tree9a140c402c21bfe4430cd420c032912a26791fe9 /data
parentd308a282a78df5489b3628479c94332bc3b1d2eb (diff)
Dynamic class loading...
Diffstat (limited to 'data')
-rw-r--r--data/unit-testing/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/unit-testing/Makefile b/data/unit-testing/Makefile
index 652dc05..df3e75a 100644
--- a/data/unit-testing/Makefile
+++ b/data/unit-testing/Makefile
@@ -17,7 +17,7 @@ clean:
rm -f $(JSON_FILES) $(RESULT_FILES)
$(RESULT_FILES): %.txt: %.fate.json
- $(TONKADUR_INTERPRETER) $< > $@
+ -$(TONKADUR_INTERPRETER) $< > $@
$(JSON_FILES): %.fate.json: %.fate
- $(TONKADUR_COMPILER) $<
+ -$(TONKADUR_COMPILER) $<