blob: c4614347cfe87ffd8ce1e437786edff8662053fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Title: Build
List of the make targets. The global `make all` and `make clean` are also defined.
About: Compiling
> make source
Compiles all modules.
About: Automatic tests
> make test
Compiles and runs all unit tests.
About: API documentation
> make api-doc
Generates the HTML API documentation with Natural Docs v1.5.
About: Project report
> make report
Generates the project report using Pandoc.
|