| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2021-07-13 02:02:04 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2021-07-13 02:02:04 +0200 |
| commit | 9cd2f4e3b3a655f04ea19114a1ebb8b8d899e854 (patch) | |
| tree | 9a140c402c21bfe4430cd420c032912a26791fe9 /data | |
| parent | d308a282a78df5489b3628479c94332bc3b1d2eb (diff) | |
Dynamic class loading...
Diffstat (limited to 'data')
| -rw-r--r-- | data/unit-testing/Makefile | 4 |
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) $< |


