什么是Makefile

<aside> 💡 Makefile可以使文件根据Makefile中编写的指令自动编译

</aside>

Untitled

编写Makefile

Makefile文件命名和规则

Untitled

Untitled

调用Makefile只需要输入make指令即可

Untitled

Makefile的工作原理

Untitled

Untitled

Untitled

Untitled

Untitled

Makefile语法

变量

Makefile中没有数据类型,所有变量都是字符串类型