Skip to content

Commit da37e16

Browse files
committed
Remove debuginfo files for compiled y.rs in clean_all.sh
1 parent 4c97569 commit da37e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clean_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
rm -rf target/ download/ build/ dist/ y.bin y.exe
4+
rm -rf target/ download/ build/ dist/ y.bin y.bin.dSYM y.exe y.pdb
55

66
# Kept for now in case someone updates their checkout of cg_clif before running clean_all.sh
77
# FIXME remove at some point in the future

0 commit comments

Comments
 (0)