Closed rouming closed 1 year ago
Ping @eriknordmark @deitch
This doesn't fit what I see in the Makefile:
The 'proto-container' is the first goal, which is the default for the make, so when you call 'make' you invoke the 'make proto-container'.
Oh. Ok. It's a bit confusing. You're right about the flow.
No idea why it won't let me review again. I'll just merge.
make proto
command runs protocol generation based on the tools installed on your local machine, which is not what really expected, because tools can be outdated.make
calls amake proto
from a container, so all tools are of the correct versions.This patch changes
make proto
to justmake
in all docs.CC: @deitch