diff options
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. |