diff --git a/Makefile b/Makefile index f2e04a130f..170e1276b2 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,9 @@ clean: echo "Removed all .b64, _partials.tpl, and _globals.tpl files" build-%: + @echo if [ -f $*/Makefile ]; then make -C $*; fi if [ -f $*/requirements.yaml ]; then helm dep up $*; fi helm lint $* helm package $* + @echo