4 lines
101 B
Bash
Executable file
4 lines
101 B
Bash
Executable file
#!/bin/bash -x
|
|
|
|
cargo clean
|
|
cargo build --release --target $(rustc -vV | grep host | cut -d ' ' -f2)
|