<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Makefile - 标签 - LoveIt</title>
        <link>https://zhengqijun0121.github.io/blog/tags/makefile/</link>
        <description>Makefile - 标签 - LoveIt</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>zhengqijun0121@qq.com (zhengqijun0121)</managingEditor>
            <webMaster>zhengqijun0121@qq.com (zhengqijun0121)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Wed, 04 Feb 2026 09:00:20 &#43;0800</lastBuildDate><atom:link href="https://zhengqijun0121.github.io/blog/tags/makefile/" rel="self" type="application/rss+xml" /><item>
    <title>Makefile 语法详细总结</title>
    <link>https://zhengqijun0121.github.io/blog/001_makefile%E8%AF%AD%E6%B3%95%E8%AF%A6%E7%BB%86%E6%80%BB%E7%BB%93/</link>
    <pubDate>Wed, 04 Feb 2026 09:00:20 &#43;0800</pubDate>
    <author>zhengqijun0121@qq.com (zhengqijun0121)</author>
    <guid>https://zhengqijun0121.github.io/blog/001_makefile%E8%AF%AD%E6%B3%95%E8%AF%A6%E7%BB%86%E6%80%BB%E7%BB%93/</guid>
    <description><![CDATA[<h1 id="makefile-语法详细总结">Makefile 语法详细总结</h1>
<p>Makefile 是 GNU make 工具的配置文件，核心是<strong>基于文件时间戳的依赖管理</strong>，仅当依赖文件更新时才重新构建目标，大幅提升大型项目的构建效率，广泛用于C/C++项目，也可用于任意自动化任务。</p>]]></description>
</item>
</channel>
</rss>
