#!/bin/sh -e

SDIR=`dirname $0`
. "$SDIR/BUILD.CONF"

echo "Compiling: $@"
$CC -std=c89 $WARNOPTS $OS -I$BPREFIX/include -c "$@"
