summaryrefslogtreecommitdiffstats
path: root/development/bakefile
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-12 20:52:16 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:38:51 +0700
commit86fd43b8dc1033cbe5b29d0994c8d90ffce7865f (patch)
tree9ca4a665578c3a1ec70ef75ec8faf0dffb0472cf /development/bakefile
parentd734cdc809a811e04346981c391b6dccd7978706 (diff)
downloadslackbuilds-86fd43b8dc1033cbe5b29d0994c8d90ffce7865f.tar.gz
slackbuilds-86fd43b8dc1033cbe5b29d0994c8d90ffce7865f.tar.xz
development/bakefile: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bakefile')
-rw-r--r--development/bakefile/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/development/bakefile/README b/development/bakefile/README
index 7c5164d201..8c56bfe8f4 100644
--- a/development/bakefile/README
+++ b/development/bakefile/README
@@ -1,9 +1,9 @@
-Bakefile is cross-platform, cross-compiler native makefiles generator.
-It takes compiler-independent description of build tasks as input and
-generates native makefile (autoconf's Makefile.in, Visual C++ project,
+Bakefile is cross-platform, cross-compiler native makefiles generator.
+It takes compiler-independent description of build tasks as input and
+generates native makefile (autoconf's Makefile.in, Visual C++ project,
bcc makefile etc.).
-Bakefile's task is to generate native makefiles, so that people can keep
-using their favorite tools. There are other cross-platform make solutions,
-but they either aren't native and require the user to use unfamiliar tools
-(Boost.Build) or they are too limited (qmake).
+Bakefile's task is to generate native makefiles, so that people can
+keep using their favorite tools. There are other cross-platform make
+solutions, but they either aren't native and require the user to use
+unfamiliar tools (Boost.Build) or they are too limited (qmake).