Closed phil-davis closed 5 years ago
When formatting the make help output:
make help
column
Makefile
At the moment we have to get the correct number of spaces in each test-xyz: ## Description of command line.
test-xyz: ## Description of command
After this change, we can put whatever spaces we like before and after the ## and the make help still lines up.
##
Description
When formatting the
make help
output:column
command to line up theMakefile
targets and descriptions into columnsAt the moment we have to get the correct number of spaces in each
test-xyz: ## Description of command
line.After this change, we can put whatever spaces we like before and after the
##
and themake help
still lines up.Checklist: