We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d28b7 commit 90fe0d1Copy full SHA for 90fe0d1
Makefile
@@ -34,7 +34,7 @@ USER_NAME = $(shell git config user.name)
34
.PHONY: help
35
help:
36
@tabs 22 ; $(SED) -ne \
37
- '/^## / h ; /^[^_.$$#][^ ]+:/ { G; s/^(.*):.*##(.*)/\1@\2/; P ; h }' \
+ '/^## / h ; /^[^_.$$#][^ ]+:/ { G; s/^(.*):.*##(.*)/\1@\2/; P ; h ; }' \
38
$(MAKEFILE_LIST) | tr @ '\t'
39
40
#
0 commit comments