Make - hpepper/henpep-dev-tools GitHub Wiki
Make
Using makeand writing Makefiles
Introduction
References
-
$@ - The file name of the target of the rule. Automatic variables
-
$< - The name of the first prerequisite.
-
$^ - The names of all the prerequisites.