mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-05 22:48:02 +00:00

git-subtree-dir: compiler/rustc_codegen_cranelift git-subtree-mainline:cf798c1ec6
git-subtree-split:793d26047f
6 lines
146 B
Bash
Executable File
6 lines
146 B
Bash
Executable File
#!/bin/bash --verbose
|
|
set -e
|
|
|
|
rm -rf target/ build_sysroot/{sysroot/,sysroot_src/,target/} perf.data{,.old}
|
|
rm -rf rand/ regex/ simple-raytracer/
|