]> git.lizzy.rs Git - rust.git/commitdiff
Remove debuginfo files for compiled y.rs in clean_all.sh
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>
Thu, 5 Jan 2023 17:28:23 +0000 (17:28 +0000)
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>
Thu, 5 Jan 2023 18:14:55 +0000 (18:14 +0000)
clean_all.sh

index 34cb081e375373ed0771fb82c5991917ee9ac370..cdfc2e143e6748247d056e11488b5adae5ea21f7 100755 (executable)
@@ -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