aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-08-04 21:33:37 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-08-04 21:33:37 +0300
commite8b00dae488e9c9f6f9ef7de99bc340de61541b7 (patch)
tree773be12b6965819cf030d73b47c43613ea29b23f /Makefile
parent7cc838733848c58ea1c88fb477cfeefc941e3f32 (diff)
downloadcopyjit-e8b00dae488e9c9f6f9ef7de99bc340de61541b7.tar.gz
copyjit-e8b00dae488e9c9f6f9ef7de99bc340de61541b7.zip
don't clean generated header files
+ Doesn't confuse git
Diffstat (limited to 'Makefile')
-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