Merge remote-tracking branch 'origin/nr/multiSolverFix' into nextRelease
[foam-extend-3.2.git] / src / postProcessing / functionObjects / Allwmake
blob2551ca5cd88c0e6ec7ab9b7f9e54d875e99bd925
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wmake libso check
6 wmake libso field
7 wmake libso forces
8 wmake libso IO
9 wmake libso utilities
10 wmake libso systemCall
12 # ----------------------------------------------------------------- end-of-file