diff --git a/Makefile b/Makefile index c392dc5..9326c0c 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ $< diff --git a/scripts/fix-rom.sh b/utils/fix-rom.sh similarity index 100% rename from scripts/fix-rom.sh rename to utils/fix-rom.sh