makefile基础用法

创建一个Makef文件,内容如下:

1
2
3
4
5
test:
# 这是测试

test1:
# 这是测试1

执行make -f Makef test1,输出# 这是测试1

欢迎关注我的公众号:沉迷Spring
显示 Gitment 评论
0%