File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
{{ cookiecutter.repo_name }} Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ test_environment:
86
86
# Self Documenting Commands #
87
87
# ################################################################################
88
88
89
- .DEFAULT_GOAL := show- help
89
+ .DEFAULT_GOAL := help
90
90
91
91
# Inspired by <http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html>
92
92
# sed script explained:
@@ -103,8 +103,8 @@ test_environment:
103
103
# * print line
104
104
# Separate expressions are necessary because labels cannot be delimited by
105
105
# semicolon; see <http://stackoverflow.com/a/11799865/1968>
106
- .PHONY : show- help
107
- show- help :
106
+ .PHONY : help
107
+ help :
108
108
@echo " $$ (tput bold)Available rules:$$ (tput sgr0)"
109
109
@echo
110
110
@sed -n -e " /^## / { \
You can’t perform that action at this time.
0 commit comments