Forward compatibility: flex
[foam-extend-3.2.git] / applications / utilities / postProcessing / graphics / PV4FoamReader / Allwclean
blob214aeb5651e94a5148ea1cf70427aea48f954741
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 rm -rf PV4FoamReader/Make
6 wclean libso vtkPV4Foam
8 # ----------------------------------------------------------------- end-of-file