From d5f680ba12cd5b533fb989b5b337302cc1907a66 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 18 Jul 2019 17:40:55 +0200 Subject: [PATCH] doc: fix the list of make targets --- docs/source/Installing_SimGrid.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/Installing_SimGrid.rst b/docs/source/Installing_SimGrid.rst index a61c5df050..160da07ad3 100644 --- a/docs/source/Installing_SimGrid.rst +++ b/docs/source/Installing_SimGrid.rst @@ -310,7 +310,9 @@ for completion when using the ``Tab`` key. Note that some of the existing targets are not really for public consumption so don't worry if some do not work for you. -- **make simgrid**: Build only the SimGrid library and not any example +- **make**: Build the core of SimGrid that gets installed, but not any example. +- **make tests**: Build the tests and examples. +- **make simgrid**: Build only the SimGrid library. Not any example nor the helper tools. - **make s4u-app-pingpong**: Build only this example (works for any example) - **make java-all**: Build all Java examples and their dependencies - **make clean**: Clean the results of a previous compilation -- 2.20.1