aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKrzysztof Jurewicz <[email protected]>2018-05-30 21:01:33 +0200
committerLoïc Hoguin <[email protected]>2018-05-31 16:09:38 +0200
commitdfe090d1b44771019a59cf79a14e0957d8d5fc16 (patch)
tree67ff7a0f1de03293b831fa14743e537c3662059e /doc
parent9fff0a15b957e8dcf768475372e0c959e576d13b (diff)
downloaderlang.mk-dfe090d1b44771019a59cf79a14e0957d8d5fc16.tar.gz
erlang.mk-dfe090d1b44771019a59cf79a14e0957d8d5fc16.tar.bz2
erlang.mk-dfe090d1b44771019a59cf79a14e0957d8d5fc16.zip
Add $(TEST_DIR) to the default value of SHELL_PATHS
Diffstat (limited to 'doc')
-rw-r--r--doc/src/guide/shell.asciidoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/guide/shell.asciidoc b/doc/src/guide/shell.asciidoc
index a527253..5484b9d 100644
--- a/doc/src/guide/shell.asciidoc
+++ b/doc/src/guide/shell.asciidoc
@@ -44,3 +44,7 @@ $ make shell
The shell can be stopped as usual with a double Ctrl+C or the
command `q().`.
+
+Note that the `shell` target does not build the application. To do it,
+use either the `app` target or, if you want to include also test
+modules, the `test-build` target. \ No newline at end of file