We can package generated code in archive with the ...
# general
h
We can package generated code in archive with the archive target. Is there an equivalent that results in a plain directory, or file, not an archive?
Or even crazier... can we generate files to our source tree? Those that we want to track in our VCS for example?
g
im not sure and i have never used it, but i've found this thing some days ago; https://www.pantsbuild.org/prerelease/docs/shell/run-shell-commands#the-run_shell_command-target
for me it worked
h
Cool, I'll give that a try.