Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
c2af704aa77418b13aeae07e489bcdebdbb40cb6
[simgrid.git] / buildtools / 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