Hacker News new | ask | show | jobs
by jschwartzi 2769 days ago
I wrote a build system for an embedded system with two processors and lots of code sharing across three platforms in Make because no other tool would let me program the whole DAG in the same language. The makefiles generated themselves.