diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-01-31 12:43:39 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-01-31 12:43:39 +0100 |
| commit | 1548411ad904844994cde01990dc9570450d419e (patch) | |
| tree | da4cec4e1850ab7ba9cad59c757503c71ed37b55 | |
| parent | 84f24e530a0f2359916db4b6e2f47ca52df42994 (diff) | |
| download | rust-1548411ad904844994cde01990dc9570450d419e.tar.gz rust-1548411ad904844994cde01990dc9570450d419e.zip | |
Add missing directory 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 5a69c862d01..b47efe72bce 100755 --- a/clean_all.sh +++ b/clean_all.sh @@ -1,5 +1,5 @@ #!/bin/bash --verbose set -e -rm -rf target/ build/ build_sysroot/{sysroot_src/,target/} perf.data{,.old} +rm -rf target/ build/ build_sysroot/{sysroot_src/,target/,compiler-builtins/} perf.data{,.old} rm -rf rand/ regex/ simple-raytracer/ |
