Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the cmake files in tools/cmake
[simgrid.git] / buildtools / Cmake / Scripts / Makefile.default
diff --git a/buildtools/Cmake/Scripts/Makefile.default b/buildtools/Cmake/Scripts/Makefile.default
deleted file mode 100644 (file)
index a7d7400..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#THIS Makefile should be erase by Cmake when use command "cmake."
-
-all : 
-       @echo "THIS COMMAND IS NOT AVAILABLE!"
-       @echo "Since v3.4 we use Cmake. Now use:"
-       @echo "\tcmake -DCMAKE_INSTALL_PREFIX=<where_you_want> .\n\tmake\n\tmake install"
-
-clean : all