X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eaa222acd330e2c3e2c517c5eaab82c8fcb8a4c1..1fd18693110400378658b5b1c652e4aea3a983a6:/doc/tuto-msg/Makefile diff --git a/doc/tuto-msg/Makefile b/doc/tuto-msg/Makefile index 8340d9272c..147e42f62d 100644 --- a/doc/tuto-msg/Makefile +++ b/doc/tuto-msg/Makefile @@ -4,7 +4,7 @@ # http://simgrid.gforge.inria.fr/simgrid/latest/doc/install_yours.html # Some configuration -SIMGRID_INSTALL_PATH = ../.. # Where you installed simgrid +SIMGRID_INSTALL_PATH ?= ../.. # Where you installed simgrid CC = gcc # Your compiler (on Mac, use clang instead) # No change needed bellow for this tutorial.