makefile changes

This commit is contained in:
2025-10-20 16:44:43 +01:00
parent b270e7e47a
commit fbed363099
2 changed files with 4 additions and 0 deletions

View File

@@ -23,3 +23,7 @@ $(BUILD_DIR)/boot.bin:
kernel: $(BUILD_DIR)/kernel.bin
$(BUILD_DIR)/kernel.bin:
$(ASM) $(SRC_DIR)/kernel/kernel.asm -f bin -o $ $(BUILD_DIR)/kernel.bin
# Clean
clean:
rm -f disk-images/*

Binary file not shown.