Make System Overview¶
The repository make system is the shared command language for maintainer work.
It starts at Makefile, delegates to makes/root.mk, and then pulls in
repository fragments, reusable bijux-py contracts, package dispatch, and
per-package bindings.
Purpose¶
This page gives the shortest honest explanation of how the make system is organized.