summaryrefslogtreecommitdiff
path: root/doc/topics/build.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/topics/build.txt')
-rw-r--r--doc/topics/build.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/topics/build.txt b/doc/topics/build.txt
index 979d172..adcd6a8 100644
--- a/doc/topics/build.txt
+++ b/doc/topics/build.txt
@@ -5,14 +5,18 @@ 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 objects
9 9
10Compiles all modules. 10Compiles all modules.
11 11
12> make build
13
14Compiles the application executable file.
15
12 16
13About: Automatic tests 17About: Automatic tests
14 18
15> make test 19> make check
16 20
17Compiles and runs all unit tests. 21Compiles and runs all unit tests.
18 22
@@ -28,7 +32,7 @@ About: Project report
28 32
29> make report 33> make report
30 34
31Generates the project report using Pandoc. 35Generates the project report using Pandoc and generate a commit log file.
32 36
33 37
34About: Project archive 38About: Project archive