5 lines
No EOL
194 B
Bash
Executable file
5 lines
No EOL
194 B
Bash
Executable file
#!/bin/sh
|
|
# Define filename as variable
|
|
PROGNAME="multicolorbm"
|
|
# Compile and assemble directly, keep intermediate .asm file, enable optimizations
|
|
c65gm build -i ${PROGNAME}.c65 --keep-asm --opt |