diff --git a/{{ cookiecutter.repo_name }}/Makefile b/{{ cookiecutter.repo_name }}/Makefile index eb9d181..3d8e11a 100644 --- a/{{ cookiecutter.repo_name }}/Makefile +++ b/{{ cookiecutter.repo_name }}/Makefile @@ -86,7 +86,7 @@ test_environment: # Self Documenting Commands # ################################################################################# -.DEFAULT_GOAL := show-help +.DEFAULT_GOAL := help # Inspired by # sed script explained: @@ -103,8 +103,8 @@ test_environment: # * print line # Separate expressions are necessary because labels cannot be delimited by # semicolon; see -.PHONY: show-help -show-help: +.PHONY: help +help: @echo "$$(tput bold)Available rules:$$(tput sgr0)" @echo @sed -n -e "/^## / { \