mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-21 06:27:35 +08:00
doc: update typescript.md fbcd7edf78
This commit is contained in:
@ -71,6 +71,14 @@ Makefile 入门,为开发人员分享快速参考备忘单。">
|
||||
<li><code>command</code>: 规则的命令行。规则要执行的动作(任意的 shell 命令或者在 shell 下执行的程序)。<span style="color:red">命令需要以 tab 键开头</span></li>
|
||||
</ul>
|
||||
<!--rehype:className=style-round-->
|
||||
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line">$ <span class="token function">make</span> <span class="token punctuation">[</span>TARGET <span class="token punctuation">..</span>.<span class="token punctuation">]</span>
|
||||
</span></code></pre>
|
||||
<hr>
|
||||
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line">$ <span class="token function">make</span> <span class="token comment"># 没有参数首先运行 TARGET</span>
|
||||
</span><span class="code-line">$ <span class="token function">make</span> <span class="token builtin class-name">help</span> <span class="token comment"># 显示可用目标</span>
|
||||
</span><span class="code-line">$ <span class="token function">make</span> dist <span class="token comment"># 从当前目录制作一个发布存档</span>
|
||||
</span><span class="code-line">$ <span class="token function">make</span> check <span class="token comment"># 无需安装的单元测试</span>
|
||||
</span></code></pre>
|
||||
</div></div></div><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="清空目标文件"><a aria-hidden="true" tabindex="-1" href="#清空目标文件"><span class="icon icon-link"></span></a>清空目标文件</h3><div class="wrap-body">
|
||||
<pre class="language-makefile"><code class="language-makefile code-highlight"><span class="code-line"><span class="token builtin-target builtin">.PHONY</span><span class="token punctuation">:</span> clean
|
||||
</span><span class="code-line"><span class="token target symbol">clean</span><span class="token punctuation">:</span>
|
||||
@ -102,8 +110,8 @@ Makefile 入门,为开发人员分享快速参考备忘单。">
|
||||
</div></div></div></div></div><div class="wrap h2body-not-exist"><div class="wrap-header h2wrap"><h2 id="另见"><a aria-hidden="true" tabindex="-1" href="#另见"><span class="icon icon-link"></span></a>另见</h2><div class="wrap-body">
|
||||
<ul>
|
||||
<li><a href="https://seisman.github.io/how-to-write-makefile/overview.html">make 中文教程</a> <em>(seisman.github.io)</em></li>
|
||||
<li><a href="https://www.gnu.org/software/make/manual/make.html#toc-Overview-of-make">make 手册</a><em>(<a href="http://www.gnu.org">www.gnu.org</a>)</em></li>
|
||||
<li><a href="https://www.gnu.org/software/make/">make 官网</a><em><a href="http://www.gnu.org">www.gnu.org</a></em></li>
|
||||
<li><a href="https://www.gnu.org/software/make/manual/make.html#toc-Overview-of-make">make 手册</a> <em>(<a href="http://www.gnu.org">www.gnu.org</a>)</em></li>
|
||||
<li><a href="https://www.gnu.org/software/make/">make 官网</a> <em><a href="http://www.gnu.org">www.gnu.org</a></em></li>
|
||||
</ul>
|
||||
</div></div><div class="h2wrap-body"></div></div></div></div><footer class="footer-wrap"><footer class="max-container">© 2022 Kenny Wang.</footer></footer><script src="../data.js" defer></script><script src="../js/fuse.min.js" defer></script><script src="../js/main.js" defer></script><div id="mysearch"><div class="mysearch-box"><div class="mysearch-input"><div><svg xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" viewBox="0 0 18 18">
|
||||
<path fill="currentColor" d="M17.71,16.29 L14.31,12.9 C15.4069846,11.5024547 16.0022094,9.77665502 16,8 C16,3.581722 12.418278,0 8,0 C3.581722,0 0,3.581722 0,8 C0,12.418278 3.581722,16 8,16 C9.77665502,16.0022094 11.5024547,15.4069846 12.9,14.31 L16.29,17.71 C16.4777666,17.8993127 16.7333625,18.0057983 17,18.0057983 C17.2666375,18.0057983 17.5222334,17.8993127 17.71,17.71 C17.8993127,17.5222334 18.0057983,17.2666375 18.0057983,17 C18.0057983,16.7333625 17.8993127,16.4777666 17.71,16.29 Z M2,8 C2,4.6862915 4.6862915,2 8,2 C11.3137085,2 14,4.6862915 14,8 C14,11.3137085 11.3137085,14 8,14 C4.6862915,14 2,11.3137085 2,8 Z"></path>
|
||||
|
Reference in New Issue
Block a user