Files
hush3/src/cc/makecustom
2020-07-12 13:35:31 +02:00

8 lines
143 B
Bash
Executable File

#!/bin/sh
if HOST="$HOST" make -B -f Makefile_custom "$@"; then
echo CUSTOMCC BUILD SUCCESSFUL
else
echo CUSTOMCC BUILD FAILED
exit 1
fi