X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/9dc2c85bc1ed02f05598db7a816552c65501cf47..f32b453f46c267383528c895fdc2913e80522399:/Makefile diff --git a/Makefile b/Makefile index 9de6a19..3b5b35a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -SIMGRID_INSTALL_DIR ?= ./simgrid-stable -#SIMGRID_INSTALL_DIR ?= ./simgrid-dev +SIMGRID_INSTALL_DIR ?= $(PWD)/simgrid-stable +#SIMGRID_INSTALL_DIR ?= $(PWD)/simgrid-dev OPTIM_FLAGS += -O3 DEBUG_FLAGS += -g