ENH: Added Allwmake script for sprayFoam solvers

This commit is contained in:
andy
2012-04-10 12:35:01 +01:00
parent 09e91aab32
commit 14703be717

View File

@ -0,0 +1,9 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake
wmake sprayEngineFoam
# ----------------------------------------------------------------- end-of-file