But seriously: can I take a look at it (Soource + Makefile)?
I like how the includes are separated and commented.
Also if you weren't already familiar with their work you might be interested in giving this a read: https://justine.lol/ape.html
% grep '^include' Makefile -c 159
% wc --lines --total=only $(awk '/^include/{ print $2 }' Makefile) Makefile 22547
But seriously: can I take a look at it (Soource + Makefile)?