Dup Goto 📝

Makefiles

PT2/lang/make 07-31 13:46:47
To Pop
10 lines, 41 words, 321 chars Monday 2023-07-31 13:46:47

Automatic variables

See the manual

$@ -- target name
$% -- target member name
$< -- first prerequisite
$? -- all prerequisites newer than the target
$^ -- all prerequisites
$+ -- all prerequisites including duplicates, in order