]> git.lizzy.rs Git - rust.git/blob - clean_all.sh
Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-2021-07-07
[rust.git] / clean_all.sh
1 #!/usr/bin/env bash
2 set -e
3
4 rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
5 rm -rf target/ build/ perf.data{,.old}
6 rm -rf rand/ regex/ simple-raytracer/