Rename scripts to utils
This commit is contained in:
parent
f75cc3b620
commit
59f0720934
2 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue