Settings update
[foam-extend-4.0.git] / src / transportModels / Allwmake
blobd3f6f037f1e75f9cc2d34aa4589cb08382faa336
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wmake libso incompressible
6 wmake libso interfaceProperties
7 wmake libso viscoelastic
8 # wmake libso compressible
10 # ----------------------------------------------------------------- end-of-file