Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The 'tests' target got renamed recently
[simgrid.git] / BuildSimGrid.sh
index 773ca48..66b309e 100755 (executable)
@@ -15,7 +15,7 @@ if [ ! -e Makefile ] && [ ! -e build.ninja ]; then
   fi
 fi
 
-target=tests
+target=examples
 ncores=$(grep -c processor /proc/cpuinfo)
 
 install_path=$(sed -n 's/^CMAKE_INSTALL_PREFIX:PATH=//p' CMakeCache.txt)