2021-03-05 19:12:59 +01:00
|
|
|
#!/usr/bin/env bash
|
2018-12-14 13:58:33 +01:00
|
|
|
set -e
|
|
|
|
|
2023-06-15 17:56:01 +00:00
|
|
|
rm -rf target/ build_system/target download/ build/ dist/ y.bin y.bin.dSYM y.exe y.pdb
|
2022-10-23 16:22:55 +02:00
|
|
|
|
|
|
|
# Kept for now in case someone updates their checkout of cg_clif before running clean_all.sh
|
|
|
|
# FIXME remove at some point in the future
|
|
|
|
rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/ abi-cafe/
|
2023-01-24 18:56:42 +01:00
|
|
|
rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
|