-c dir 读入指定目录下的makefile
-f file 读入当前目录下的file文件作为makefile
-i 忽略所有的命令执行错误
-I dir 指定被包含的makefile所在目录
-n 只打印要执行的命令,但不执行这些命令
-p 显示make变量数据库和隐含规则
-s 不显示命令
-w 打印当前目录名
标签:选项,命令行,make,makefile,命令,读入,file,dir From: https://www.cnblogs.com/cnetsa/p/17003788.html