ode-toolbox

ODE integration tools
git clone https://git.0xfab.ch/ode-toolbox.git
Log | Files | Refs | README | LICENSE

commit 59d2e547b27f5e48aba7f9db7a634f12becfa0f8
parent a4a61232fe85d7bb2d2937baefce8496bf6ee001
Author: Fabian Wermelinger <fabianw@mavt.ethz.ch>
Date:   Fri, 18 Dec 2020 23:36:46 +0100

Add build driver for order verification test

Diffstat:
Abuild.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/build.sh b/build.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +meson setup build --buildtype release +meson compile -C build