diff options
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -2,9 +2,12 @@ support parsing subfiles save command lines parallization -longer-term ideas: +bootstrap: write a shell script that is just does + gcc -o ninja $(ls *.cc) + ./ninja ninja + -- bootstrap -- output a shell script that builds everything serially +longer-term ideas: - use lemon/ragel for parsing |