mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-12-18 08:54:32 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<h2 id="补充说明">补充说明</h2>
|
||||
<p><strong>make命令</strong> 是GNU的工程化编译工具,用于编译众多相互关联的源代码问价,以实现工程化的管理,提高开发效率。</p>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>make(选项)(参数)</code></pre>
|
||||
<pre><code class="language-bash">make(选项)(参数)</code></pre>
|
||||
<h3 id="选项">选项</h3>
|
||||
<pre><code>-f:指定“makefile”文件;
|
||||
<pre><code class="language-bash">-f:指定“makefile”文件;
|
||||
-i:忽略命令执行返回的出错信息;
|
||||
-s:沉默模式,在执行之前不输出相应的命令行信息;
|
||||
-r:禁止使用build-in规则;
|
||||
@@ -15,7 +15,7 @@
|
||||
-p:输出所有宏定义和目标文件描述;
|
||||
-d:Debug模式,输出有关文件和检测时间的详细信息。</code></pre>
|
||||
<p>Linux下常用选项与Unix系统中稍有不同,下面是不同的部分:</p>
|
||||
<pre><code>-c dir:在读取 makefile 之前改变到指定的目录dir;
|
||||
<pre><code class="language-bash">-c dir:在读取 makefile 之前改变到指定的目录dir;
|
||||
-I dir:当包含其他 makefile文件时,利用该选项指定搜索目录;
|
||||
-h:help文挡,显示所有的make选项;
|
||||
-w:在处理 makefile 之前和之后,都显示工作目录。</code></pre>
|
||||
|
||||
Reference in New Issue
Block a user