Posts

Showing posts with the label tutorial

GNU Make's Two Personalities: Understanding Simple (:=) vs. Recursive (=) Variables

Image
There are two major flavours of variables in GNU Make:  "simple" and "recursive".  While si…