5 lines
119 B
Bash
5 lines
119 B
Bash
|
#!/bin/bash --verbose
|
||
|
set -e
|
||
|
|
||
|
rm -rf target/ build_sysroot/{sysroot/,sysroot_src/,target/,Cargo.lock} perf.data{,.old}
|