Modern C Makefiles: Complete Setup with CI/CD
Introduction Today I'd like to talk about Makefiles, since these days they seem to have fallen out of favor and are basically forgotten by anyone without a beard. I'll start by giving a simple C example application where we'll build the Makefile up step by…