From 8f02c4e2ee4a5e86bc14a3fe4d1bee9c3f2fc253 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Mon, 10 Jan 2022 12:26:23 +0100 Subject: [PATCH] Add y.bin to clean_all.sh --- clean_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clean_all.sh b/clean_all.sh index 865de7d234f1..ea1f8c1e8920 100755 --- a/clean_all.sh +++ b/clean_all.sh @@ -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/