summaryrefslogtreecommitdiffhomepage
path: root/003.psxstub.build
blob: 535c00803e5f772909a60b7df79c2d2eae07460d (plain)
1
2
3
4
5
6
7
8
9
10
if is_build_script_done finished; then
        exit 212;
elif [ "x${TARGET}" = "xi686-nt32-midipix" ]\
|| [ "x${TARGET}" = "xx86_64-nt64-midipix" ]; then
	cd psxstub;
	make ${MAKEFLAGS} DESTDIR=${PREFIX_LVL} TARGET=${TARGET} install;
	set_build_script_done finished;
fi;

# vim:filetype=sh