ENH: Added Allwclean for foamHelp utility

This commit is contained in:
andy
2013-01-23 13:53:44 +00:00
parent 91300187a6
commit 574b79a413

View File

@ -0,0 +1,8 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
wclean libso helpTypes
wclean
# ----------------------------------------------------------------- end-of-file