build-tools

Dont Fear the Makefile

7 minute read Published:

A simple Makefile tutorial describing the basics and todays possible usage
Introduction I’m writing this because I have the feeling that many developers underestimate the power of Makefiles and they are simply not aware of this nice and handy tool which is installed on nearly every Unix-like machine. To be honest, who have never executed a make install or something similar? Most tutorials I’ve found out there are bloated with stuff, more complex than they would have to and you have to read pages after pages to get the basics.