Skip to content

Commit

Permalink
Add missing directory to clean_all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jan 31, 2021
1 parent 84f24e5 commit 1548411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean_all.sh
@@ -1,5 +1,5 @@
#!/bin/bash --verbose
set -e

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

0 comments on commit 1548411

Please sign in to comment.