Merge "Makefile; clean should include .tox"

This commit is contained in:
Zuul 2021-01-11 17:09:25 +00:00 committed by Gerrit Code Review
commit 5e70957f83
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ clean:
rm -f charts/*.tgz
rm -f charts/*/requirements.lock
rm -rf charts/*/charts
rm -rf .tox
# Install helm binary
helm-install: