Hi devs, I have a package that requires a custom build step (generating intermediate files). Any recommendations on how to best handle this?
Currently I am doing the custom step from my top-level makefile, before invoking `newt build`, but that doesn't seem ideal. Cheers, simon
