30

I'm learning to work with GNU make and I'm reading the manual (which is very good) but I'm missing a cheat-sheet for quick reference. Is there any good?

Note: It's quite hard to find to google this.

MartyIX
  • 27,828
  • 29
  • 136
  • 207

3 Answers3

27

Here is one by Frank Schacherer.

Clement J.
  • 3,012
  • 26
  • 29
5

I have made my own. It is definitely not a perfect one but it served me well:

Note: The source for the slides is the official manual.

MartyIX
  • 27,828
  • 29
  • 136
  • 207
1

This might be useful: https://users.cs.duke.edu/~ola/courses/programming/Makefiles/Makefiles.html

I use it occasionally for a quick reference.

Ward Muylaert
  • 545
  • 4
  • 27
Chris Ledet
  • 11,458
  • 7
  • 39
  • 47
  • Thanks! It's not exactly as nice as I would like but I'm thinking about making such an cheat-sheet myself (and incorporating useful info from the manual and this document). Thanks again! – MartyIX Oct 19 '11 at 11:22