From da6bbefb86a5af0484f3947814c2306af1134ec4 Mon Sep 17 00:00:00 2001 From: Chris Wedgwood Date: Thu, 7 Sep 2017 15:22:37 +0000 Subject: [PATCH] Remove packaged charts on 'make clean' Change-Id: I2def1dbfa0e0deb4c63aab6ae3bcf788628c773f --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index aa86e6f3ee..7a97c85a2c 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,9 @@ build-%: lint-% clean: @echo "Removed .b64, _partials.tpl, and _globals.tpl files" - rm -rf helm-toolkit/secrets/*.b64 - rm -rf */templates/_partials.tpl - rm -rf */templates/_globals.tpl + rm -f helm-toolkit/secrets/*.b64 + rm -f */templates/_partials.tpl + rm -f */templates/_globals.tpl + rm -f *tgz */charts/*tgz .PHONY: $(EXCLUDES) $(CHARTS)