aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 477ef64..6be5499 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,6 @@ libcopyjit.a: $(OBJS)
.PHONY: clean
clean:
@$(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 examples/copyjit libcopyjit.a
.PHONY: clean_docs