Hello parenthetically unchallenged friends!
Suppose I have a library that is structured as
src/
code.lisp
pkg.lisp
stuff.lisp
data/
data-file-1.lisp
data-file-2.lisp
data-file-3.lisp
...
data-file-3-point-14-godzillion.lisp
Actually, the data folder could be anywhere.
How do I tell ASDF (or similar) to just slurp in all the data files at once? I know it's doable, but maybe someone knows of a better way.
Thanks
Marco
--