From: Martin Quinson Date: Thu, 18 Jul 2019 15:40:55 +0000 (+0200) Subject: doc: fix the list of make targets X-Git-Tag: v3.24~274 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d5f680ba12cd5b533fb989b5b337302cc1907a66?ds=sidebyside doc: fix the list of make targets --- 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