aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7a207a7..477ef64 100644
--- a/Makefile
+++ b/Makefile
@@ -120,9 +120,9 @@ libcopyjit.a: $(OBJS)
# could probably make this a bit prettier
.PHONY: clean
clean:
- @$(RM) -r build copyjit lib/gen/* lib/*.bin lib/*.d lib/empty lib/prune deps.mk
+ @$(RM) -r build lib/gen/* lib/*.bin lib/*.d lib/empty lib/prune deps.mk
@$(RM) -r lib/*decls.h lib/*defns.h lib/ops.h lib/imm.h
- @$(RM) tests/check
+ @$(RM) tests/check examples/copyjit libcopyjit.a
.PHONY: clean_docs
clean_docs: