Merge remote-tracking branch 'origin/BUGFIX/radiationBCConstructor'
[foam-extend-3.0.git] / applications / solvers / coupled / conjugateHeatFoam / Allwmake
blobc416ec23916d2dc217815edfb155276024c3aae7
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wmake libso conjugateHeatTransfer
6 wmake
8 # ----------------------------------------------------------------- end-of-file