aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-10-22 18:56:04 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-10-22 18:56:04 +0300
commit3e8bbb6bcbb3b36e9813344e2f4528bb830d6ff4 (patch)
treee57ed757cd9aeab0673cd33882a07989e52513b0 /Makefile
parent7f7b22674ed8e9633cd0e47662508c3641e9f967 (diff)
downloadejit-3e8bbb6bcbb3b36e9813344e2f4528bb830d6ff4.tar.gz
ejit-3e8bbb6bcbb3b36e9813344e2f4528bb830d6ff4.zip
move interp into run_interp
+ This allows us to skip a potential extra function call
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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 :=