Running make in a set of subdirectories
Last updated
Was this helpful?
Last updated
Was this helpful?
All Makefiles have all
, test
and lint
targets.
$@
is an automatic variable that contains the target name (one of SUBDIRS
in this case).
Source: