#!/bin/bash
CWDA=`pwd`

cd lib
echo "Entering: `pwd`"
./clean-all-libs
cd $CWDA

cd pxcontrol
echo "Entering: `pwd`"
./clean
cd $CWDA

cd pioquiet
echo "Entering: `pwd`"
./clean
cd $CWDA

cd qpxtool
echo "Entering: `pwd`"
./clean
cd $CWD
