Use directory path for includes, make them use *.asm as extension
This commit is contained in:
parent
73fb2b1e81
commit
c67894551b
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ QEMU = qemu-system-$(QEMU_ARCH)
|
||||
QEMU_ARGS = $(addprefix --option-rom ,$(ROMS))
|
||||
|
||||
NASM = nasm
|
||||
NASM_ARGS = -s -I. -Iinc -w-macro-params -DFLOPPY=$(FLOPPY)
|
||||
NASM_ARGS = -s -DFLOPPY=$(FLOPPY)
|
||||
|
||||
EMUL = utils/emul
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user