diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-01-10 12:26:23 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-01-10 12:26:23 +0100 |
| commit | 8f02c4e2ee4a5e86bc14a3fe4d1bee9c3f2fc253 (patch) | |
| tree | 8b0a87e4ab0cde7a1afc9968ff3e7bb27a5c8263 | |
| parent | 759c4ac08f653423cf5105400256b4702a5bbcd6 (diff) | |
| download | rust-8f02c4e2ee4a5e86bc14a3fe4d1bee9c3f2fc253.tar.gz rust-8f02c4e2ee4a5e86bc14a3fe4d1bee9c3f2fc253.zip | |
Add y.bin to clean_all.sh
| -rwxr-xr-x | clean_all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clean_all.sh b/clean_all.sh index 865de7d234f..ea1f8c1e892 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/ |
