Rewrite build.sh in rust

This makes it easier to compile cg_clif on systems that don't support
bash shell scripts like Windows
This commit is contained in:
bjorn3 2021-06-08 14:33:25 +02:00
parent 0ddb937624
commit 2db4e50618
9 changed files with 372 additions and 91 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -e
./build.sh
./y.rs build
source build/config.sh
echo "[SETUP] Rust fork"