Skip to content

Commit 1548411

Browse files
committed
Add missing directory to clean_all.sh
1 parent 84f24e5 commit 1548411

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,5 +1,5 @@
11
#!/bin/bash --verbose
22
set -e
33

4-
rm -rf target/ build/ build_sysroot/{sysroot_src/,target/} perf.data{,.old}
4+
rm -rf target/ build/ build_sysroot/{sysroot_src/,target/,compiler-builtins/} perf.data{,.old}
55
rm -rf rand/ regex/ simple-raytracer/

0 commit comments

Comments
 (0)