That's just an idea, not necessarily to be merged.
Basically we just conditionally include a Makefile called Makefile.assemble at the end of the generated file. I used it on assemblage whose bootstrapping process leaves garbage in my repo that is not cleaned by a distclean.
Exemplified on assemblage itself.
That's just an idea, not necessarily to be merged.
Basically we just conditionally include a Makefile called
Makefile.assemble
at the end of the generated file. I used it onassemblage
whose bootstrapping process leaves garbage in my repo that is not cleaned by adistclean
.