rust/compiler/rustc_codegen_cranelift/clean_all.sh

6 lines
144 B
Bash
Executable file

#!/bin/bash --verbose
set -e
rm -rf target/ build/ build_sysroot/{sysroot_src/,target/} perf.data{,.old}
rm -rf rand/ regex/ simple-raytracer/