当前位置:网站首页>makefile file compilation
makefile file compilation
2022-08-09 01:02:00 【Shen Yuequan】
makefile compilation
1. Create a text document and name it Makefile
2. Rules
(1)# is a comment
(2)
Object file: dependent file
[TAB] instruction
(3)
The first object file is my final goal!Recursive!
Refer to the image below:
3. Execute make
4. Pseudo target
Such as deleting some files:
.PHONY:
clrear:
rm -rf hello.o hello.S hello.i hello
边栏推荐
猜你喜欢
随机推荐
4-11 Matplotlib 配置
网络安全基础-基本dos命令(一)
Using MySQL on Windows: Automatic Scheduled Backups
js 实现数字跳动
PostMan导入证书 添加证书
笔记| 矩阵分析中需要复习的线性代数知识
【图像增强】基于Step和Polynomial 滤波实现图像增强附matlab代码
如何准备一份简历
pytorch计算模型的参数量和计算速度
笔记&代码 | 统计学——基于R(第四版) 第四章随机变量的概率分布
生成一系列随机字符串的文件
【科研-学习-pytorch】1-框架特性和常见问题类型
4-4 Matplotlib库 直方图
理财产品募集期和开放期有什么区别?
CondConv--动态卷积思想
Edge 提供了标签分组功能
makefile文件编译
<力扣刷题>965. 单值二叉树
动态style定义背景渐变
任务六 特征衍生 案例分析