Rename scripts to utils
This commit is contained in:
parent
f75cc3b620
commit
59f0720934
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ rconfig.sys: config.txt
|
|||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
debug.rom: debug/*.asm lib/*.asm
|
debug.rom: debug/*.asm lib/*.asm
|
||||||
$(NASM) $(NASM_ARGS) -o $@ -I debug debug/main.asm && scripts/fix-rom.sh $@
|
$(NASM) $(NASM_ARGS) -o $@ -I debug debug/main.asm && utils/fix-rom.sh $@
|
||||||
|
|
||||||
boot/%.bs: boot/%.asm
|
boot/%.bs: boot/%.asm
|
||||||
$(NASM) $(NASM_ARGS) -DFLOPPY=$(FLOPPY) -o $@ $<
|
$(NASM) $(NASM_ARGS) -DFLOPPY=$(FLOPPY) -o $@ $<
|
||||||
|
Loading…
Reference in New Issue
Block a user