summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2017-12-28 15:11:49 +0100
committerpacien2017-12-28 15:11:49 +0100
commitbd22b7e8ffc509615b1067746823846a82fabe84 (patch)
treead9bf1d069381e2dbf125e98400df497c549fc0d
parent426ddbdd27d21383a3870980f9b787a8c58237aa (diff)
downloadmorpher-bd22b7e8ffc509615b1067746823846a82fabe84.tar.gz
Update make target doc
Signed-off-by: pacien <pacien.trangirard@pacien.net>
-rw-r--r--doc/topics/build.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/topics/build.txt b/doc/topics/build.txt
index 979d172..b52901b 100644
--- a/doc/topics/build.txt
+++ b/doc/topics/build.txt
@@ -5,14 +5,14 @@ List of the make targets. The global `make all` and `make clean` are also define
5 5
6About: Compiling 6About: Compiling
7 7
8> make source 8> make build
9 9
10Compiles all modules. 10Compiles all modules.
11 11
12 12
13About: Automatic tests 13About: Automatic tests
14 14
15> make test 15> make check
16 16
17Compiles and runs all unit tests. 17Compiles and runs all unit tests.
18 18