8 lines
160 B
Bash
Executable file
8 lines
160 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
PROJECT=ifengine
|
|
DATA=(thin.sta output.z8 gamedata.dat nowhere.vec)
|
|
#SOURCE=(*.c *.h)
|
|
SOURCE=()
|
|
|
|
. ${JOEY}/joeylib/joeylib/build-IIgs.helper.sh
|