Root Entrypoints¶
Root make entrypoints should be easy to trace.
The top-level command surface starts with Makefile, makes/root.mk,
makes/env.mk, and makes/packages.mk. Those files establish repository
environment, package enumeration, and the shared target routing that later
fragments build on.
Entrypoint Anchors¶
Makefilemakes/root.mkmakes/env.mkmakes/packages.mk
Purpose¶
This page records the root files that define the repository make surface.
Stability¶
Keep it aligned with the root include graph that the repository actually uses.