makes¶
The makes/ section explains the shared command surface that ties local work,
CI validation, package dispatch, and release-oriented automation together.
The make layer is a real repository interface. These pages exist so a
maintainer can trace a command from Makefile to the fragment that owns it
without having to reverse-engineer the whole tree from includes alone.
Pages In This Section¶
- Make System Overview
- Root Entrypoints
- Environment Model
- Repository Layout
- Package Dispatch
- CI Targets
- Package Contracts
- Release Surfaces
- Authoring Rules
Purpose¶
This page routes maintainers into the make-system documentation without forcing them to infer structure from file names alone.
Stability¶
Keep it aligned with the make surfaces that the repository actually exposes.