summaryrefslogtreecommitdiffstats
path: root/docs/en/erlang.mk/1/guide/shell/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/erlang.mk/1/guide/shell/index.html')
-rw-r--r--docs/en/erlang.mk/1/guide/shell/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/en/erlang.mk/1/guide/shell/index.html b/docs/en/erlang.mk/1/guide/shell/index.html
index e4af2686..ff3f3524 100644
--- a/docs/en/erlang.mk/1/guide/shell/index.html
+++ b/docs/en/erlang.mk/1/guide/shell/index.html
@@ -7,8 +7,6 @@
<meta name="description" content="">
<meta name="author" content="Loïc Hoguin based on a design from (Soft10) Pol Cámara">
- <meta name="generator" content="Hugo 0.37.1" />
-
<title>Nine Nines: Erlang shell</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
@@ -119,6 +117,9 @@ http://www.gnu.org/software/src-highlite -->
<pre><tt>$ make shell</tt></pre></div></div>
<div class="paragraph"><p>The shell can be stopped as usual with a double Ctrl+C or the
command <code>q().</code>.</p></div>
+<div class="paragraph"><p>Note that the <code>shell</code> target does not build the application. To do it,
+use either the <code>app</code> target or, if you want to include also test
+modules, the <code>test-build</code> target.</p></div>
</div>
</div>