Fix crap...

This commit is contained in:
Nero 2019-08-30 22:24:40 +00:00
parent 4e188235f9
commit f0abe935fd
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ endif
default: kernel.rom
kernel.rom: kernel/*.asm kernel/*.inc lib/*.inc
kernel.rom: kernel/*.asm lib/*.inc
nasm -s -o $@ -I lib -I kernel kernel/main.asm && scripts/fix-rom.sh $@
boot/%.bin: boot/%.asm lib/*.inc
@ -41,4 +41,4 @@ qemu-floppy: fdimage.img
$(QEMU) $(QEMU_ARGS) -boot c -hda fdimage.img
qemu-serial: boot/serial.bin
$(QEMU) $(QEMU_ARGS) -hda boot/serial.bin
$(QEMU) $(QEMU_ARGS) -hda boot/serial.bin