diff options
Diffstat (limited to 'doc')
-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 | ||