Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
626dab49d76f373b3ecf492068307f84eee31419
[simgrid.git] / buildtools / Cmake / Cmake / build.sh
1 #! /bin/sh
2
3 set -e
4 cd ..
5 if [ ! -e configure ] ; then
6   ./bootstrap
7 fi
8
9 if [ ! -e Makefile ] ; then
10   ./configure --enable-maintainer-mode --disable-compile-optimizations
11 fi
12
13 make