Merge commit 'd3b269b7c6ffa0cd68845adfecdfb849316dba71' into nextRelease
[foam-extend-3.2.git] / src / lagrangian / Allwmake
blob92993c516ff3740ae22dd506cb43316d2f77ef19
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wmake libso basic
6 wmake libso solidParticle
7 wmake libso intermediate
8 wmake libso dieselSpray
9 wmake libso dsmc
10 wmake libso coalCombustion
12 molecularDynamics/Allwmake
14 # ----------------------------------------------------------------- end-of-file