GNU Make: Batching multiple targets in single command invocation

后端 未结 0 1101
Happy的楠姐
Happy的楠姐 2020-12-04 19:55

Consider the following setup:

$ touch 1.src 2.src 3.src
$ cat Makefile
%.dst: %.src
    @convert -o "$@" "$<" 

We can

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