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