#!/bin/sh
cd ${0%/*} || exit 1    # Run from this directory

# Source the wmake functions
. $WM_PROJECT_DIR/wmake/scripts/wmakeFunctions

# Cleanup library
rm -f $FOAM_LIBBIN/librunTimePostProcessing* 2>/dev/null

# Cleanup generated files - remove entire top-level
removeObjectDir $PWD

#------------------------------------------------------------------------------
