当前位置:网站首页>automation tool
automation tool
2022-08-08 05:30:00 【asibble】
Use of Makefile
Makefile contains all the rules and targets, and make is a tool to interpret the rules of the Makefile in order to complete the target.
makefile is a file, make is a tool (similar to the gcc compiler, etc.).
Writing of Makefile
The makefile can be capitalized or lowercase.The things in the file are the corresponding dependencies,
In the example main and main.c are dependent methods.

The first one above is the dependency, and the first line is written like this.In the second line, use the [tab] key to start, and the space bar cannot be used for judgment.
———————————————————————————
The first and second lines generate a file.make directly executes the first and second lines of commands.
.PHONY is a pseudo target that can be executed regardless of whether the file is old or new.The basic way of using the language is the same as the shell commands.
边栏推荐
- Mail online cobalstrike fishing
- 文件操作 - IO
- 预处理笔记
- Use of Filter
- 力扣84 双周赛 t4 6144 和力扣305周赛t4 6138
- VSCode已经设置过为中文但变成英文的解决办法
- cs软件ui构建办法
- The only OpenCyphal/UAVCAN tutorial in the whole network (11) Write a Cyphal protocol parsing tool with candump and gawk tools
- TSF Microservice Governance Combat Series (2) - Service Routing
- Web 攻击的日志分析:初学者指南
猜你喜欢
随机推荐
Tensorboard的使用 ---- SummaryWriter类(pytorch版)
14. Unity2D horizontal version particle system special effects: blood particles + high landing particles + object pool to manage all particles
Object.prototype.toString()如何判断数据类型及注意点
"Public Administration" exam key points and answers
Leetcode78. 子集
值得收藏的几个postman特色功能帮你事半功倍!
leetcode-同构字符串判断
28. Anomaly detection
Unity鼠标光标使用学习
【OAuth2】十八、OIDC的认识应用
KDD‘22推荐系统论文梳理(24篇研究&36篇应用论文)
76. 最小覆盖子串
温故知新—Activity的五种启动模式
cloud computing and cloud services, cloud computing
Filter 过滤器的使用
std::thread创建线程,使用std::ref()传递类对象参数
Sqlmap + dnslog injection of repetition
postgresql中连接两张表更新第三张表(updata)
The shell updates the terminal output information in place
一小时掌握vim基础用法









