What about a module that gives me a make interface I can
use from a script that does other things. I guess I could
just do a system("make $foo") or "cons $foo" or whatever,
but I was hoping for a module with a real API to set up
dependancies and then fullfill them. I suppose
is what you're talking about. I'll take a look at
that. I was hoping for something that wasn't so inbred with
Make's horrendous syntax for pattern matching and whatnot...