Rename "file.prg" to "host.prg"

This commit is contained in:
John Lorentzson 2025-07-24 15:29:34 +02:00
parent 2206b1f864
commit 677b6a2f56

View file

@ -1,6 +1,6 @@
# !/bin/bash
#Note that program start at $080D
cl65 -o build/file.prg -u __EXEHDR__ -t c64 -C c64-asm.cfg -l build/program.lst source.s -Ln build/program.lbl \
cl65 -o build/host.prg -u __EXEHDR__ -t c64 -C c64-asm.cfg -l build/program.lst source.s -Ln build/program.lbl \
#VICE do not like -
sed -i 's/-/m/g' program.lbl