diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-08-04 21:33:37 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-08-04 21:33:37 +0300 |
| commit | e8b00dae488e9c9f6f9ef7de99bc340de61541b7 (patch) | |
| tree | 773be12b6965819cf030d73b47c43613ea29b23f /Makefile | |
| parent | 7cc838733848c58ea1c88fb477cfeefc941e3f32 (diff) | |
| download | copyjit-e8b00dae488e9c9f6f9ef7de99bc340de61541b7.tar.gz copyjit-e8b00dae488e9c9f6f9ef7de99bc340de61541b7.zip | |
don't clean generated header files
+ Doesn't confuse git
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
