Comprehensive gnu make / gcc tutorial

c++, gcc, makefile

Solution

Check the book Managing Projects with GNU Make. The entire text of this book is available online. Part I of this book covers the basic concepts, which I think would help you get comfortable with GNU Make.

Problem

I've just started learning C++ and I find it very hard to find short, comprehensive tutorials on how to use gnu make / gcc. Any ideas (please don't point me to the official gnu make tutorial, it's way too much in-depth for my purposes ;-)).

Original source