We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57331dc commit 490dcbfCopy full SHA for 490dcbf
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.bin.dSYM y.exe y.pdb
+rm -rf target/ build_system/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