From e8b00dae488e9c9f6f9ef7de99bc340de61541b7 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 4 Aug 2023 21:33:37 +0300 Subject: don't clean generated header files + Doesn't confuse git --- Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.3