Rename scripts to utils

This commit is contained in:
Nero 2019-09-28 19:07:40 +00:00
parent f75cc3b620
commit 59f0720934
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ rconfig.sys: config.txt
cp $< $@
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
$(NASM) $(NASM_ARGS) -DFLOPPY=$(FLOPPY) -o $@ $<