We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55c630 commit 52aa24eCopy full SHA for 52aa24e
clean_all.sh
@@ -1,9 +1,10 @@
1
#!/usr/bin/env bash
2
set -e
3
4
-rm -rf target/ build_system/target download/ build/ dist/ y.bin y.bin.dSYM y.exe y.pdb
+rm -rf target/ build_system/target download/ build/ dist/
5
6
# Kept for now in case someone updates their checkout of cg_clif before running clean_all.sh
7
# FIXME remove at some point in the future
8
+rm y.bin y.bin.dSYM y.exe y.pdb
9
rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/ abi-cafe/
10
rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
0 commit comments