summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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