Merge "Add newlines to Makefile output to improve readability"
This commit is contained in:
commit
932f8a9928
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user