From 9a850b6ab921bd45abd5b910ad3c8fa6bf07f7ca Mon Sep 17 00:00:00 2001 From: zerico <71151164+ZERICO2005@users.noreply.github.com> Date: Sat, 7 Mar 2026 19:37:25 -0700 Subject: [PATCH] fixed make clean for libc/allocator and libc/printf --- src/libc/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libc/makefile b/src/libc/makefile index 60270786e..340a57b05 100644 --- a/src/libc/makefile +++ b/src/libc/makefile @@ -84,6 +84,8 @@ build/%.ce.o: %.src clean: $(Q)$(call RMDIR,build) + $(MAKE) -C allocator clean + $(MAKE) -C printf clean install: all $(Q)$(call MKDIR,$(INSTALL_H))