rust/compiler/rustc_codegen_gcc/clean_all.sh

7 lines
156 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -v
rm -rf target/ build_sysroot/{sysroot/,sysroot_src/,target/,Cargo.lock} perf.data{,.old}
rm -rf regex/ simple-raytracer/