📜  makefile 命令可以带参数 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:45.438000             🧑  作者: Mango

代码示例1
make foo=bar target

#use $(foo) to obtain the value of the foo parameter (leave quotes out for string values)
#target is the command name