Fixed Makefile

This commit is contained in:
2021-08-28 07:20:41 +01:00
parent ad942b3d8b
commit ba2db3a84b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
disk.img: boot kernel
disk.img: boot.bin kernel.bin
cat boot.bin kernel.bin > disk.img
boot.bin: boot.asm