Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into MC_LTL
[simgrid.git] / buildtools / Cmake / Makefile.default
1 #THIS Makefile should be erase by Cmake when use command "cmake."
2
3 all : 
4         @echo "THIS COMMAND IS NOT AVAILABLE!"
5         @echo "Since v3.4 we use Cmake. Now use:"
6         @echo "\tcmake -DCMAKE_INSTALL_PREFIX=<where_you_want> .\n\tmake\n\tmake install"
7
8 clean : all