diff options
Diffstat (limited to 'doc/topics/build.txt')
-rw-r--r-- | doc/topics/build.txt | 10 |
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 | ||
6 | About: Compiling | 6 | About: Compiling |
7 | 7 | ||
8 | > make source | 8 | > make objects |
9 | 9 | ||
10 | Compiles all modules. | 10 | Compiles all modules. |
11 | 11 | ||
12 | > make build | ||
13 | |||
14 | Compiles the application executable file. | ||
15 | |||
12 | 16 | ||
13 | About: Automatic tests | 17 | About: Automatic tests |
14 | 18 | ||
15 | > make test | 19 | > make check |
16 | 20 | ||
17 | Compiles and runs all unit tests. | 21 | Compiles and runs all unit tests. |
18 | 22 | ||
@@ -28,7 +32,7 @@ About: Project report | |||
28 | 32 | ||
29 | > make report | 33 | > make report |
30 | 34 | ||
31 | Generates the project report using Pandoc. | 35 | Generates the project report using Pandoc and generate a commit log file. |
32 | 36 | ||
33 | 37 | ||
34 | About: Project archive | 38 | About: Project archive |