]> AND Public Git Repository - simgrid.git/blob - tools/cmake/Scripts/Makefile.default
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[cmake] Remove the explicit linking on C++ standard library
[simgrid.git] / tools / cmake / Scripts / 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