diff options
| author | Carlos Maiolino <[email protected]> | 2025-07-20 13:52:57 +0200 |
|---|---|---|
| committer | Carlos Maiolino <[email protected]> | 2025-07-20 13:52:57 +0200 |
| commit | 636230619806eaefd1ada0183a011c7d05bf7aca (patch) | |
| tree | d07998e4a547138a08882fd6cfe352270f9b1925 | |
| parent | 5c8b4b891ab276e1625b457ca6f8c161e31bb1ae (diff) | |
Add os.bin to makefile
Signed-off-by: Carlos Maiolino <[email protected]>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
