We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c97569 commit da37e16Copy full SHA for da37e16
clean_all.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -e
3
4
-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
5
6
# Kept for now in case someone updates their checkout of cg_clif before running clean_all.sh
7
# FIXME remove at some point in the future
0 commit comments