From 3e8bbb6bcbb3b36e9813344e2f4528bb830d6ff4 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 22 Oct 2024 18:56:04 +0300 Subject: move interp into run_interp + This allows us to skip a potential extra function call --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5fdaec7..133d796 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,8 @@ setup: @echo -n > deps.mk @./scripts/gen-deps -p EJIT -c COMPILE_EJIT -b ejit "$(EJIT_SOURCES)" -CLEANUP := build deps.mk tests.md ejit.o examples/exec examples/*.d tests/test-* +CLEANUP := build deps.mk tests.md ejit.o examples/fib examples/loop \ + examples/*.d tests/test-* CLEANUP_CMD := EJIT_SOURCES := -- cgit v1.2.3