| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'data/unit-testing/Makefile')
| -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) $< |


