diff options
author | Tharre <tharre3@gmail.com> | 2014-08-14 18:22:26 +0200 |
---|---|---|
committer | Tharre <Tharre@users.noreply.github.com> | 2014-08-14 18:22:26 +0200 |
commit | 5a4cecf4f020de36df1ef4de81dc1b87987535cd (patch) | |
tree | 479c0b03ff24e5c9fbfae016fb7f8a5500ab846a /README.md | |
parent | b2a3f4f62375f2571725075c2622b8bf4e555b80 (diff) | |
download | redo-5a4cecf4f020de36df1ef4de81dc1b87987535cd.tar.gz redo-5a4cecf4f020de36df1ef4de81dc1b87987535cd.tar.xz redo-5a4cecf4f020de36df1ef4de81dc1b87987535cd.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ If you want more detailed information about `redo`, a working python implementat The goal of this project is not only to implement `redo` in C, but also to rethink and improve it. This also means that this project will not try be compatible with other implementations of `redo`, although this shouldn't prove problematic. # Project status [](https://travis-ci.org/Tharre/redo) -This is work in progress, many features are still missing and the behaviour is not set in stone yet. Missing features include dependency checking, parallel builds, recursive checking and probably a lot more. +This is work in progress, many features are still missing and the behaviour is not set in stone yet. Missing features include parallel builds, recursive checking for do-files, automatic cleanup of build files and probably a lot more. |