From 6132e1e97271fb915184803dec701fd39ef7bb10 Mon Sep 17 00:00:00 2001 From: Kaimakan71 Date: Sun, 21 Apr 2024 14:05:38 -0400 Subject: libc: Add close() and stdio functions Signed-off-by: Kaimakan71 Signed-off-by: Ian Moffett --- lib/libc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/Makefile') diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 2314edc..bc15b0f 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -29,4 +29,5 @@ build/: .PHONY: clean clean: + rm -f $(LIBC_OBJ) $(LIBC_ASMOBJ) rm -rf build/ -- cgit v1.2.3