diff options
author | pacien | 2017-12-28 15:27:29 +0100 |
---|---|---|
committer | pacien | 2017-12-28 15:27:29 +0100 |
commit | a9ef917a6cd1fe342a8efdee90df62bed1a0cfb1 (patch) | |
tree | a16c6dff742f7a11463fe74e2533ea78a0488181 /doc/topics | |
parent | bd22b7e8ffc509615b1067746823846a82fabe84 (diff) | |
download | morpher-a9ef917a6cd1fe342a8efdee90df62bed1a0cfb1.tar.gz |
Update make files recipes, add mock output binary
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'doc/topics')
-rw-r--r-- | doc/topics/build.txt | 8 |
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 | ||
6 | About: Compiling | 6 | About: Compiling |
7 | 7 | ||
8 | > make build | 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 | ||
@@ -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 |