added bit more verbose output and my build script.
also embedded demo of usage
This commit is contained in:
parent
4d5fc9c2a7
commit
6d2a4aa625
5 changed files with 18 additions and 7 deletions
4
build.sh
Executable file
4
build.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash -x
|
||||
|
||||
cargo clean
|
||||
cargo build --release --target $(rustc -vV | grep host | cut -d ' ' -f2)
|
Loading…
Add table
Add a link
Reference in a new issue