From 7cc838733848c58ea1c88fb477cfeefc941e3f32 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 4 Aug 2023 21:31:59 +0300 Subject: add compile_destroy as cleanup --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.3