标签: makefile
在我的Makefile中,我想在执行目标时为变量赋值:
var=`find dir_name -name "file_name"`
我该怎么做?当我把作业放在目标中时,它不起作用。