diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-01-05 17:28:23 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-01-05 18:14:55 +0000 |
| commit | da37e16c2366a47b6599600d6b69d0f89480857d (patch) | |
| tree | 9e60766110f472d18a58bd3afc81221f2582cd5a | |
| parent | 4c97569a546c1f1d9bbfbb6f2e6a75466cd9faad (diff) | |
| download | rust-da37e16c2366a47b6599600d6b69d0f89480857d.tar.gz rust-da37e16c2366a47b6599600d6b69d0f89480857d.zip | |
Remove debuginfo files for compiled y.rs in 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 34cb081e375..cdfc2e143e6 100755 --- a/clean_all.sh +++ b/clean_all.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -rm -rf target/ download/ build/ dist/ y.bin y.exe +rm -rf target/ download/ build/ dist/ y.bin y.bin.dSYM y.exe y.pdb # 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 |
