Makefile improvement suggestions #945
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
/kind feature
Describe the solution you'd like
I'd like to propose some changes to our Makefile targets:
go generate
output.dep
as-needed; in other words, do not rundep ensure
unless I explicitly ask for it.tl;dr: try to speed up builds by switching targets that aren't needed frequently to optional/opt-in instead of as dependencies
Anything else you would like to add:
N/A
The text was updated successfully, but these errors were encountered: