mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-05 21:53:27 -06:00
11 lines
104 B
Bash
11 lines
104 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
mkdir -p opm-flowdiagnostics/build
|
|
|
|
(cd opm-flowdiagnostics/build
|
|
cmake ../
|
|
|
|
make)
|