initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / applications / utilities / postProcessing / graphics / PV3FoamReader / Allwclean
blob3fdbeae44cdc62199bcc1969d41b60a99574fac4
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 rm -rf PV3FoamReader/Make
6 wclean libso vtkPV3Foam
8 # ----------------------------------------------------------------- end-of-file