6 lines
93 B
Bash
Executable file
6 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
# Define filename as variable
|
|
PROGNAME="cardgame"
|
|
|
|
# Compile
|
|
c65gm ${PROGNAME}.c65
|