aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-03-26 15:05:50 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2025-03-26 15:05:50 +0200
commit826e3929a1d467edf2d2aea4c85b5d0f940ad1ad (patch)
treecd372361a992d6f6c278ae38263164291366b5ab
parent67a13eb82534996fbd6ba2fc0c36d3e1284bcd8e (diff)
downloadejit-826e3929a1d467edf2d2aea4c85b5d0f940ad1ad.tar.gz
ejit-826e3929a1d467edf2d2aea4c85b5d0f940ad1ad.zip
remember to clean libejit.a
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 133d796..7a482b7 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ 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/fib examples/loop \
+CLEANUP := build deps.mk tests.md libejit.a examples/fib examples/loop \
examples/*.d tests/test-*
CLEANUP_CMD :=
EJIT_SOURCES :=