#! /bin/sh
BUILD=`pwd`
cd $BUILD/lib
make clean
cd $BUILD/util
make clean

