Merge "Makefile: remove defunct charts on 'make clean'"

This commit is contained in:
Jenkins 2017-10-05 22:32:55 +00:00 committed by Gerrit Code Review
commit 17b2403354

View File

@ -41,5 +41,7 @@ clean:
rm -f */templates/_partials.tpl
rm -f */templates/_globals.tpl
rm -f *tgz */charts/*tgz
rm -f */requirements.lock
-rmdir -p */charts
.PHONY: $(EXCLUDES) $(CHARTS)