13 lines
291 B
Bash
Executable File
13 lines
291 B
Bash
Executable File
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # run from this directory
|
|
set -x
|
|
|
|
wmake libo postCalc
|
|
wmake libso forces
|
|
wmake libso fieldAverage
|
|
wmake libso foamCalcFunctions
|
|
wmake libso minMaxFields
|
|
wmake libso systemCall
|
|
|
|
# ----------------------------------------------------------------- end-of-file
|