I suggest we reorder the Makefile so that the most common commands for someone onboarding are near the top, and then group similar commands with each other.
This will help developers adding/editing the Makefile, plus it'll make the make help prioritise the more useful/important things (and if you're asking for make help then you're probably new to the project).
I suggest we reorder the Makefile so that the most common commands for someone onboarding are near the top, and then group similar commands with each other.
This will help developers adding/editing the Makefile, plus it'll make the
make help
prioritise the more useful/important things (and if you're asking formake help
then you're probably new to the project).