Add y.bin to clean_all.sh

This commit is contained in:
bjorn3 2022-01-10 12:26:23 +01:00
parent 759c4ac08f
commit 8f02c4e2ee
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
set -e
rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
rm -rf target/ build/ perf.data{,.old}
rm -rf target/ build/ perf.data{,.old} y.bin
rm -rf rand/ regex/ simple-raytracer/ portable-simd/