Skip to content

Commit 752ddc7

Browse files
ikuo-suyamapjbull
authored andcommitted
Rename make target show-help to help (drivendataorg#123)
* rename make target `show-help` to show_help * rename show_help to help
1 parent 7ccfe5b commit 752ddc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

{{ cookiecutter.repo_name }}/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ test_environment:
8686
# Self Documenting Commands #
8787
#################################################################################
8888

89-
.DEFAULT_GOAL := show-help
89+
.DEFAULT_GOAL := help
9090

9191
# Inspired by <http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html>
9292
# sed script explained:
@@ -103,8 +103,8 @@ test_environment:
103103
# * print line
104104
# Separate expressions are necessary because labels cannot be delimited by
105105
# semicolon; see <http://stackoverflow.com/a/11799865/1968>
106-
.PHONY: show-help
107-
show-help:
106+
.PHONY: help
107+
help:
108108
@echo "$$(tput bold)Available rules:$$(tput sgr0)"
109109
@echo
110110
@sed -n -e "/^## / { \

0 commit comments

Comments
 (0)