9 lines
199 B
Text
9 lines
199 B
Text
|
#!/bin/sh
|
||
|
cd ${0%/*} || exit 1 # run from this directory
|
||
|
set -x
|
||
|
|
||
|
rm -rf PV4FoamReader/Make
|
||
|
wclean libso vtkPV4Foam
|
||
|
|
||
|
# ----------------------------------------------------------------- end-of-file
|