makes¶
This section documents the repository make system.
Use it when the question is which root command to run, which target rewrites tracked state, or how package-level makefiles are routed from the repository entrypoints.
Start Here¶
- open Root Entrypoints for the top-level command surface
- open CI Targets when the question is about verification and automation contracts
- open Release Surfaces when the question is about publication-related make targets
Pages In This Section¶
- Make System Overview
- Repository Layout
- Root Entrypoints
- Package Dispatch
- Package Contracts
- Release Surfaces
- CI Targets
- Environment Model
- Authoring Rules
Purpose¶
This page organizes the repository make-system documentation.