rustc/compiler/rustc_codegen_gcc/clean_all.sh
2022-11-15 19:41:33 +01:00

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/