Intermediate GNU Make tutorial.
I searched the internet far and wide when learning to use Make. I seemed to find either very basic tutorials, or very advanced, and nothing in between. This video gives a few hints on how to do some automation in your makefile, without spending reading the manual.
Note, this is not a bullet proof solution. It should work just fine for small – medium sized projects.
Obviously, there’s a ton I don’t know about the meanings underlying a lot of this. But I still enjoyed the tutorial and learned something from it. SO THERE>