aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-04-26 01:15:30 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2025-04-26 01:15:30 +0300
commit843954c488c837c29868f09e34ecc6c8ce61ed28 (patch)
tree2629667c3d308b95fe2847895dd39dfcdae33c7a /Makefile
parent15310fc90dc6ab2ba52603027eebe8aa5a606a27 (diff)
downloadejit-843954c488c837c29868f09e34ecc6c8ce61ed28.tar.gz
ejit-843954c488c837c29868f09e34ecc6c8ce61ed28.zip
fix ldxr_u64 test on 32bit systems
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67a8e0e..70ae007 100644
--- a/Makefile
+++ b/Makefile
@@ -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 :=