diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 := |