c65gm/examples/multicolorbm_v2/cm.sh

5 lines
198 B
Bash
Executable file

#!/bin/sh
# Define filename as variable
PROGNAME="multicolorbm_v2"
# Compile and assemble directly, keep intermediate .asm file, enable optimizations
c65gm build -i ${PROGNAME}.c65 --keep-asm --opt