Notes to Self

Alex Sokolsky's Notes on Computers and Programming

make - lessons learned

PROS

CONS

From The UNIX-HATERS Handbook:

While make’s model is quite general, the designers forgot to make it easy to use for common cases. In fact, very few novice Unix programmers know exactly how utterly easy it is to screw yourself to a wall with make, until they do it.