Use directory path for includes, make them use *.asm as extension

This commit is contained in:
Nero 2020-03-31 18:43:38 +00:00
parent 73fb2b1e81
commit c67894551b
2 changed files with 1 additions and 1 deletions

View File

@ -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