diff options
author | Loïc Hoguin <[email protected]> | 2018-06-04 12:59:26 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-06-04 12:59:26 +0200 |
commit | 2b588340af501825f3ab03f2e76dba0353c98fae (patch) | |
tree | ad990a44d67f30e9804b606e0282ca9adfa37433 /docs/en/erlang.mk/1/guide/shell | |
parent | 791b95225695b3badff7cc4bb4f0f1ed373c74de (diff) | |
download | ninenines.eu-2b588340af501825f3ab03f2e76dba0353c98fae.tar.gz ninenines.eu-2b588340af501825f3ab03f2e76dba0353c98fae.tar.bz2 ninenines.eu-2b588340af501825f3ab03f2e76dba0353c98fae.zip |
Update documentation for Gun 1.0
Diffstat (limited to 'docs/en/erlang.mk/1/guide/shell')
-rw-r--r-- | docs/en/erlang.mk/1/guide/shell/index.html | 5 |
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> |