From 249fd41c426020ab72dd00fcaa64650fa6cd6011 Mon Sep 17 00:00:00 2001 From: Andrew Dunham Date: Mon, 22 Jun 2015 00:09:28 -0700 Subject: [PATCH] Add more TODOs --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index c30abf4..5606db1 100644 --- a/TODO.md +++ b/TODO.md @@ -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