diff --git a/docs/best-practices/developer/makefile.mdx b/docs/best-practices/developer/makefile.mdx index efdfeb2cf..f83f39706 100644 --- a/docs/best-practices/developer/makefile.mdx +++ b/docs/best-practices/developer/makefile.mdx @@ -128,7 +128,7 @@ Simply add this code snippet to your `Makefile` and you'll get this functionalit ## This help screen help: @printf "Available targets:\n\n" - @awk '/^[a-zA-Z\-\_0-9%:\\]+/ { \ + @awk '/^[a-zA-Z\-_0-9%:\\]+/ { \ helpMessage = match(lastLine, /^## (.*)/); \ if (helpMessage) { \ helpCommand = $$1; \