Skip to content

Commit

Permalink
Add more TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-d committed Jun 22, 2015
1 parent 6bd68b6 commit 249fd41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TODO.md
Expand Up @@ -23,3 +23,9 @@
- When we call 'sbuild thing', we topologically sort all libraries that
need to be built, build them all in order, and then run all the finish
functions at the end

- NOTE: The above is ... pretty much what Makefiles are designed for, despite
the fact that writing them isn't particularly pleasant. While writing a new
thing would be fun, NIH syndrome is also a thing, and Make solves a lot of
these problems already.
Alternatively (to support, e.g. package installation): http://pydoit.org

0 comments on commit 249fd41

Please sign in to comment.