From 2f2a8727f9082244cdfbe9eabf05a8d00f04cd44 Mon Sep 17 00:00:00 2001 From: Chris Wedgwood Date: Tue, 8 Dec 2020 12:21:44 -0600 Subject: [PATCH] Makefile; clean should include .tox Change-Id: I31b33fa9aa235055c0427aa4e46e7e159ea88a10 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f80e714f..17d9f16d 100644 --- a/Makefile +++ b/Makefile @@ -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: