Linux下shell脚本怎么实现运行某个文件的makefile?

2024-12-03 19:03:53
推荐回答(4个)
回答1:

make工具就知道阿,makefile文件里描述了编译参数等信息

回答2:

make -f /Path/to/your/project/Makefile

e.g.

make -f ~/nagios/xxx/src/Makefile

回答3:

命令make即可

回答4:

在文件夹里sudo make