I’d love to simply use GNU Make for my C/C++ projects because it’s so simple to get started with. Unfortunately it’s lacking a few essential qualify of life features: Out of tree builds If you want your build to happen in an isolated build directory (as opposed to creating object files in your source tree), […]