Right now, the `Makefile` parsing for the `help` target is good, but not great. The current RegEx does not properly parse `=` and other signs in the `usage` column, leading to a sub-par experience. Let's fix this!
Right now, the
Makefileparsing for thehelptarget is good, but not great.The current RegEx does not properly parse
=and other signs in theusagecolumn, leading to a sub-par experience.Let's fix this!