Skip to content

Commit 490dcbf

Browse files
committed
Also remove build_system/target in clean_all.sh
1 parent 57331dc commit 490dcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clean_all.sh

+1-1
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.bin.dSYM y.exe y.pdb
4+
rm -rf target/ build_system/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)