blog #programming ##xmk

Writing that perfect Makefile
Where I realize Make is actually quite good enough after all.
xmk (cont.)
More pointless confusion about Make.
xmk
xmk is another build automation tool inspired by Make. It features a hierarchical block structure and a function interface to facilitate Make-like dependency resolution.It aims to be simple and explicit even in projects that are meant to be compiled for more than one platform.
Make and build automation
How to improve upon Make when you don't even understand it.