mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
ac4f7deb2f
git-subtree-dir: compiler/rustc_codegen_cranelift git-subtree-mainline:cf798c1ec6git-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/
|