From c3586df8dd775567761707618f9304971e4deebf Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Fri, 31 Jul 2015 13:21:31 +0200 Subject: [PATCH] more text --- doc/developers/example.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/developers/example.rst b/doc/developers/example.rst index fe6ce8d..fc7c085 100644 --- a/doc/developers/example.rst +++ b/doc/developers/example.rst @@ -141,4 +141,7 @@ Now we are ready to build:: [100%] Linking Fortran executable hello.x [100%] Built target hello.x -Excellent! +Excellent! All that could have been done with few command lines directly but +now we have a cross-platform project and can extend it and customize it and we +got a front-end script and command-line parser for free. Now go out and +explore more Autocmake modules and features.