3 lines
82 B
Bash
Executable file
3 lines
82 B
Bash
Executable file
#!/bin/sh
|
|
PROGNAME="multdiv_demo"
|
|
c65gm build --opt --keep-asm -i ${PROGNAME}.c65
|