|
|
|
|
|
by ivan888
1147 days ago
|
|
I'm very new to make(1), but became a fan quickly. Rather than maintaining documentation that inevitably gets out of date, if a project has a Makefile, it self documents the build process, language independently. No need to read a README to see if people are currently using yarn or npm, or find external documentation on a build tool you haven't used before; the Makefile shows the targets and what commands they run. |
|