2021-03-05 19:12:59 +01:00
|
|
|
#!/usr/bin/env bash
|
2018-12-14 13:58:33 +01:00
|
|
|
set -e
|
|
|
|
|
2021-07-07 11:14:20 +02:00
|
|
|
rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
|
2022-02-23 11:49:34 +01:00
|
|
|
rm -rf target/ build/ perf.data{,.old} y.bin
|
2022-08-24 18:40:58 +02:00
|
|
|
rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/
|