ruricolist / overlord

Build system in Common Lisp
MIT License
60 stars 2 forks source link

Dynamic multiple file outputs #13

Open ruricolist opened 5 years ago

ruricolist commented 5 years ago

We currently support one target building multiple files only when the outputs can be foreknown statically (e.g. x.c and x.h). I want to support truly dynamic multiple outputs: any number of output files, with any names.