development/bakefile: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 20:52:16 -04:00 committed by Willy Sudiarto Raharjo
parent d734cdc809
commit 86fd43b8dc
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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).