11 lines
142 B
Text
11 lines
142 B
Text
|
#!/bin/sh
|
||
|
set -x
|
||
|
|
||
|
wmake surfactantFoam
|
||
|
|
||
|
wmake libso freeSurface
|
||
|
|
||
|
wmake sloshingInterTrackFoam
|
||
|
wmake interTrackFoam
|
||
|
wmake bubbleInterTrackFoam
|