summaryrefslogtreecommitdiffstats
path: root/board/MAI/bios_emulator/scitech/bin/cdit
blob: b22023d54cc6a38089aa8306cef2b74ae7aa05f9 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

cd $1
PROG=$2
shift 2
rm -f *.lib *.a
$PROG $*
RET=$?
cd ..
exit $RET
OpenPOWER on IntegriCloud