![bjorn3](/assets/img/avatar_default.png)
It is currently broken. (see https://github.com/japaric/xargo/issues/227) This makes it easier to for example patch whole crates away.
4 lines
119 B
Bash
Executable file
4 lines
119 B
Bash
Executable file
#!/bin/bash --verbose
|
|
set -e
|
|
|
|
rm -rf target/ build_sysroot/{sysroot/,sysroot_src/,target/,Cargo.lock} perf.data{,.old}
|