Separate out headers for structures
This commit is contained in:
parent
a49e3b2610
commit
b164c79f42
5 changed files with 87 additions and 24 deletions
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ com/%.com: com/%.asm
|
|||
$(NASM) $(NASM_ARGS) -o $@ $<
|
||||
|
||||
bdos/%.bin: bdos/%.asm lib/*.asm
|
||||
$(NASM) $(NASM_ARGS) -o $@ -I bdos $<
|
||||
$(NASM) $(NASM_ARGS) -o $@ $<
|
||||
|
||||
bios/%.bin: bios/%.asm
|
||||
$(NASM) $(NASM_ARGS) -o $@ $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue