Skip to content

Commit 4b30c03

Browse files
Clean venv on a distclean, too
1 parent 0711e06 commit 4b30c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ clean()
5656
distclean()
5757
{
5858
clean
59-
rm -rf *.json *.tar.gz *.zip xtensa-lx106-elf.*
59+
rm -rf *.json *.tar.gz *.zip xtensa-lx106-elf.* venv arduino
6060
}
6161

6262
# Put an artifact in a target dir describing what was built

0 commit comments

Comments
 (0)