rust/compiler/rustc_codegen_gcc/clean_all.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
156 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2020-05-10 14:54:30 +00:00
set -e
set -v
2020-05-10 14:54:30 +00:00
rm -rf target/ build_sysroot/{sysroot/,sysroot_src/,target/,Cargo.lock} perf.data{,.old}
rm -rf regex/ simple-raytracer/