Missing make scripts

This commit is contained in:
Henrik Rusche 2014-05-30 13:52:07 +02:00
parent 567afd5c22
commit 4d0c87dfbc
2 changed files with 11 additions and 0 deletions

View file

@ -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
View 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