makefile

 

 

simple format

target:components   
    rule

  

$@ -- represents the target file (target)

$^ -- represents all dependent files (components)

$< -- represents the first dependency file (the leftmost one in components).

  

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326832039&siteId=291194637