Makefile; clean should include .tox

Change-Id: I31b33fa9aa235055c0427aa4e46e7e159ea88a10
This commit is contained in:
Chris Wedgwood 2020-12-08 12:21:44 -06:00
parent 922e3b2ecf
commit 2f2a8727f9
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: