added bit more verbose output and my build script.

also embedded demo of usage
This commit is contained in:
Falko Zurell 2025-01-18 09:26:46 +01:00
parent 4d5fc9c2a7
commit 6d2a4aa625
5 changed files with 18 additions and 7 deletions

4
build.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash -x
cargo clean
cargo build --release --target $(rustc -vV | grep host | cut -d ' ' -f2)