theicfire/makefiletutorial

Automatic pattern $< is used but never explained

FireIsGood opened this issue · 1 comments

The automatic pattern $< is used in Static Pattern Rules and Filter and the Makefile Cookbook but never explained in the Automatic Variables section directly.

The pattern $? is explained in Automatic variables but is never used later. I think that $< should be explained with the other automatic variables if it is used in the final cookbook example.