summaryrefslogtreecommitdiff
path: root/doc/topics
diff options
context:
space:
mode:
Diffstat (limited to 'doc/topics')
-rw-r--r--doc/topics/build.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/topics/build.txt b/doc/topics/build.txt
index b52901b..adcd6a8 100644
--- a/doc/topics/build.txt
+++ b/doc/topics/build.txt
@@ -5,10 +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 build 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
@@ -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