c65gm/examples/irq_demo/cm.sh

5 lines
140 B
Bash
Executable file

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