This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
These days I usually use Meson for building C and C++ code, but for small projects the simplicity and ubiquity of a Makefile can't be beat. In the past I'd write custom Makefile rules to compile each file individually, but with the power of wildcards we can write a generic Makefile that drops in to any project. Simply set the executable name, customize your compiler options, and off you…

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.