diff options
| -rwxr-xr-x | clean_all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clean_all.sh b/clean_all.sh index ea1f8c1e892..62e52bd1958 100755 --- a/clean_all.sh +++ b/clean_all.sh @@ -3,4 +3,4 @@ set -e rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version} rm -rf target/ build/ perf.data{,.old} y.bin -rm -rf rand/ regex/ simple-raytracer/ portable-simd/ +rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/ |
