Open ruricolist opened 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.
x.c
x.h
We currently support one target building multiple files only when the outputs can be foreknown statically (e.g.
x.c
andx.h
). I want to support truly dynamic multiple outputs: any number of output files, with any names.