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 9081206 commit ec7df3fCopy full SHA for ec7df3f
docs/best-practices/developer/makefile.mdx
@@ -128,7 +128,7 @@ Simply add this code snippet to your `Makefile` and you'll get this functionalit
128
## This help screen
129
help:
130
@printf "Available targets:\n\n"
131
- @awk '/^[a-zA-Z\-\_0-9%:\\]+/ { \
+ @awk '/^[a-zA-Z\-_0-9%:\\]+/ { \
132
helpMessage = match(lastLine, /^## (.*)/); \
133
if (helpMessage) { \
134
helpCommand = $$1; \
0 commit comments