Missing make scripts
This commit is contained in:
parent
567afd5c22
commit
4d0c87dfbc
2 changed files with 11 additions and 0 deletions
|
@ -51,6 +51,7 @@ wmake libso sampling
|
|||
wmake libso ODE
|
||||
wmake libso POD
|
||||
wmake libso randomProcesses
|
||||
mesh/Allwmake
|
||||
|
||||
thermophysicalModels/Allwmake
|
||||
transportModels/Allwmake
|
||||
|
|
10
src/mesh/Allwmake
Executable file
10
src/mesh/Allwmake
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # run from this directory
|
||||
makeType=${1:-libso}
|
||||
set -x
|
||||
|
||||
wmake $makeType autoMesh
|
||||
wmake $makeType blockMesh
|
||||
wmake $makeType extrudeModel
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
Reference in a new issue