From 24c0eb8e23082982e3ac7a056b0260b60aca10c8 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Thu, 18 May 2006 15:58:58 +0000 Subject: [PATCH] --- Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eaaa4c0b..51e4bcc5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,19 @@ # This, of course, triggers an out-of-source build. # Binaries are going to be in build/. -default_target: run_cmake +default_target: default + +default: + @echo "To start an out-of-source build, change to the build/ directory" + @echo "and run 'cmake ..' to create standard Makefiles. You can then use" + @echo "'make' from the build/ directory to compile the project." + @echo + @echo "To create KDevelop3 project files instead, run 'cmake .. -GKDevelop3'" + @echo "from the build/ directory." + @echo + @echo "Please refer to the INSTALL file for more options, such as" + @echo "client/server builds." + @echo run_cmake: cd build && cmake .. && make -- 2.20.1