Make is part of why I don't like C/C++. Other languages have proper package management. C doesn't encourage reuse like JS and Python and Nim and Rust and everything else does.<p>It takes sometimes significant work to add a dependency and make it compile. The dependencies have their own dependencies. And their own build system. Which might not be the same one you're using.