makefile(1/0)

Self documenting makefile

My favorite build tool is make. It’s ironic that I’ve written little clang code given that the tool was created to manage building all those C libraries with header and source files. But whenever I see a Makefile I get excited. The tool doesn’t do much, at least for my use-case. It explicitly defines build dependencies and codifies the available commands in a Git repository. Do I need more from a build tool?…