From bd22b7e8ffc509615b1067746823846a82fabe84 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 28 Dec 2017 15:11:49 +0100 Subject: Update make target doc Signed-off-by: pacien --- doc/topics/build.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/topics/build.txt b/doc/topics/build.txt index 979d172..b52901b 100644 --- a/doc/topics/build.txt +++ b/doc/topics/build.txt @@ -5,14 +5,14 @@ List of the make targets. The global `make all` and `make clean` are also define About: Compiling -> make source +> make build Compiles all modules. About: Automatic tests -> make test +> make check Compiles and runs all unit tests. -- cgit v1.2.3