Files
openfoam/applications/utilities/postProcessing/graphics/PV3blockMeshReader/Allwclean
2009-10-07 22:42:41 +02:00

9 lines
209 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
rm -rf PV3blockMeshReader/Make
wclean libso vtkPV3blockMesh
# ----------------------------------------------------------------- end-of-file