标签: perl makefile gnu-make
我有一个Perl脚本,必须在makefile中捕获该Perl脚本的输出。
variable: = <path of script> output: = $(shell $(echo))
答案 0 :(得分:1)
根据this,
var := $(shell script)