eReactingFoam-2.4.x/Allwmake

7 lines
155 B
Bash
Executable file

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