blob: b22023d54cc6a38089aa8306cef2b74ae7aa05f9 [file] [log] [blame]
#! /bin/sh
cd $1
PROG=$2
shift 2
rm -f *.lib *.a
$PROG $*
RET=$?
cd ..
exit $RET