diff options
author | Kaimakan71 <undefined.foss@gmail.com> | 2024-04-21 14:05:38 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-04-21 19:02:01 -0400 |
commit | 6132e1e97271fb915184803dec701fd39ef7bb10 (patch) | |
tree | b815168bf21afe50551947349aa6c34d723d1318 /lib/libc/Makefile | |
parent | bc4adda7297b07a764b42f2c30e80f9bbee6a25d (diff) |
libc: Add close() and stdio functions
Signed-off-by: Kaimakan71 <undefined.foss@gmail.com>
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r-- | lib/libc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |