diff options
author | Jeff Parent <jeff+SBo@sh0.xyz> | 2020-09-09 23:58:30 +0100 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2020-09-09 23:58:30 +0100 |
commit | d1c01de1cd0906a443a4dafd9cabf7171ed5924e (patch) | |
tree | 383014bf20f57a632fa90953fff4d8f14060d5ef /development/redo/README | |
parent | c9272c64a6b409740fd5c0f5b496f00f1874f9c3 (diff) |
development/redo: Added (a recursive build system)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'development/redo/README')
-rw-r--r-- | development/redo/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/redo/README b/development/redo/README new file mode 100644 index 0000000000000..2c84e9d306839 --- /dev/null +++ b/development/redo/README @@ -0,0 +1,8 @@ +redo - a recursive, general-purpose build system + +redo is a competitor to the long-lived, but sadly imperfect make +program. Unlike other such competitors, redo captures the essential +simplicity and flexibility of make, while avoiding its flaws. It manages +to do this while being simultaneously simpler than make, more flexible +than make, and more powerful than make, without sacrificing performance +- a rare combination of features. |