Skip to content

Commit

Permalink
add clean to the "all" scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Aug 22, 2023
1 parent 658da3f commit 2d145f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ generate_scripts() {

unset cpp_name_to_path;

for script in "clone" "configure" "build"; do
for script in "clone" "clean" "configure" "build"; do
# Generate a script to run a script for all repos
(
NAMES="${repo_name_all[@]}" \
Expand Down

0 comments on commit 2d145f8

Please sign in to comment.