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

wmake
wmake rhoReactingFoam
wmake rhoReactingBuoyantFoam
wmake LTSReactingFoam

# ----------------------------------------------------------------- end-of-file
