mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
6 lines
151 B
Bash
6 lines
151 B
Bash
|
#!/bin/bash --verbose
|
||
|
set -e
|
||
|
|
||
|
rm -rf target/ build_sysroot/{sysroot/,sysroot_src/,target/,Cargo.lock} perf.data{,.old}
|
||
|
rm -rf regex/ simple-raytracer/
|