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

Public GIT Repository
[tesh] greatly normalize the self-tests
[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