Apply a single Makefile target rule to multiple input files

后端 未结 0 1646
傲寒
傲寒 2021-01-17 15:42

Say I have the following set of inputs:

list = foo \\
bar \\
baz 

And say I have a rule such as follows:

$(somedir)/%:
   # Do         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题