Rename "file.prg" to "host.prg"
This commit is contained in:
parent
2206b1f864
commit
677b6a2f56
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue