Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc: fix the list of make targets
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 18 Jul 2019 15:40:55 +0000 (17:40 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 23 Jul 2019 09:27:57 +0000 (11:27 +0200)
docs/source/Installing_SimGrid.rst

index a61c5df..160da07 100644 (file)
@@ -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