diff --git a/Makefile b/Makefile index eaeb098..2f20979 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ QEMU = qemu-system-$(QEMU_ARCH) QEMU_ARGS = $(addprefix --option-rom ,$(ROMS)) NASM = nasm -NASM_ARGS = -s -DFLOPPY=$(FLOPPY) +NASM_ARGS = -s -Ilib -DFLOPPY=$(FLOPPY) EMUL = utils/emul @@ -18,7 +18,7 @@ QEMU_ARGS += --enable-kvm endif ifdef DEBUG -ROMS += rom/debug.rom +ROMS += debug.rom NASM_ARGS += -l $(basename $@).lst endif