diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ setup: @./scripts/gen-deps -p EJIT -c COMPILE_EJIT -b ejit "$(EJIT_SOURCES)" CLEANUP := build deps.mk tests.md libejit.a examples/fib examples/loop \ - examples/*.d tests/test-* + examples/*.d tests/test-* coverage CLEANUP_CMD := EJIT_SOURCES := |