Separate out headers for structures

This commit is contained in:
Nero 2019-10-30 13:10:23 +00:00
parent a49e3b2610
commit b164c79f42
5 changed files with 87 additions and 24 deletions

View file

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