summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Maiolino <[email protected]>2025-07-20 13:52:57 +0200
committerCarlos Maiolino <[email protected]>2025-07-20 13:52:57 +0200
commit636230619806eaefd1ada0183a011c7d05bf7aca (patch)
treed07998e4a547138a08882fd6cfe352270f9b1925
parent5c8b4b891ab276e1625b457ca6f8c161e31bb1ae (diff)
Add os.bin to makefile
Signed-off-by: Carlos Maiolino <[email protected]>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8f4b284..c43d848 100644
--- a/Makefile
+++ b/Makefile
@@ -20,5 +20,7 @@ all: ./bin/boot.bin ./bin/kernel.bin
clean:
rm -f $(TARGET)
+ rm -f bin/kernel.bin
rm -f build/cemOS.o
rm -f build/kernel.asm.o
+ rm -f bin/os.bin