From 9cd2f4e3b3a655f04ea19114a1ebb8b8d899e854 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 13 Jul 2021 02:02:04 +0200 Subject: Dynamic class loading... --- data/unit-testing/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') 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) $< -- cgit v1.2.3-70-g09d2