diff options
author | pacien | 2017-12-28 15:11:49 +0100 |
---|---|---|
committer | pacien | 2017-12-28 15:11:49 +0100 |
commit | bd22b7e8ffc509615b1067746823846a82fabe84 (patch) | |
tree | ad9bf1d069381e2dbf125e98400df497c549fc0d | |
parent | 426ddbdd27d21383a3870980f9b787a8c58237aa (diff) | |
download | morpher-bd22b7e8ffc509615b1067746823846a82fabe84.tar.gz |
Update make target doc
Signed-off-by: pacien <pacien.trangirard@pacien.net>
-rw-r--r-- | doc/topics/build.txt | 4 |
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 | ||
6 | About: Compiling | 6 | About: Compiling |
7 | 7 | ||
8 | > make source | 8 | > make build |
9 | 9 | ||
10 | Compiles all modules. | 10 | Compiles all modules. |
11 | 11 | ||
12 | 12 | ||
13 | About: Automatic tests | 13 | About: Automatic tests |
14 | 14 | ||
15 | > make test | 15 | > make check |
16 | 16 | ||
17 | Compiles and runs all unit tests. | 17 | Compiles and runs all unit tests. |
18 | 18 | ||