We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1b211 commit 6e8a6edCopy full SHA for 6e8a6ed
Makefile
@@ -62,3 +62,6 @@ phpdoc:
62
63
serve-phpdoc:
64
cd $(API_DOCS_PATH) && php -S localhost:8000 && cd ../..
65
+
66
+include Makefile.help.mk
67
Makefile.help.mk
@@ -0,0 +1,5 @@
1
+.PHONY: help
2
+help: ## Show this help ( default )
3
+ @fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//'
4
5
+.DEFAULT_GOAL := help
0 commit comments