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.

6 lines
151 B
Bash
Raw Normal View History

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