Saturday, October 13, 2012

My take on non-recursive make

There are a few things every programmer has to try their own hand at: a unit-testing framework, a compiler, a DSL, an open-source project ... and a build system.

Here's my version of a non-recursive make: http://github.com/mikaraento/make-modules for a mixed C++/Java/clojure build. No directory stack needed!

No comments: