Skip to content

Commit

Permalink
Move cleaning of y.bin to the "to be removed" section in clean_all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 10, 2024
1 parent e55c630 commit 52aa24e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clean_all.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/usr/bin/env bash
set -e

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/

# 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 y.bin y.bin.dSYM y.exe y.pdb
rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/ abi-cafe/
rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}

0 comments on commit 52aa24e

Please sign in to comment.