mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2024-11-15 19:07:03 +00:00
10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
|
#
|
||
|
# Script for building on Linux using Merlin32
|
||
|
# Uses cadius for manipulating ProDOS disk images
|
||
|
#
|
||
|
|
||
|
merlin32 -v applecorn.s
|
||
|
cp APPLECORN APPLECORN#064000
|
||
|
cadius deletefile applecorn.po /APPLECORN/APPLECORN
|
||
|
cadius addfile applecorn.po /APPLECORN APPLECORN#064000
|