mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-01-03 22:30:09 +00:00
10 lines
263 B
Plaintext
Executable File
10 lines
263 B
Plaintext
Executable File
#
|
|
# 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
|