Repository Layout¶
The layout of makes/ is part of the repository architecture.
Repository-wide fragments live near the root, reusable bijux-py logic lives
under makes/bijux-py/, and package-facing bindings live under
makes/packages/. That split keeps shared logic reusable without blurring it
into per-package bindings.
Layout Anchors¶
makes/root.mk,makes/env.mk, andmakes/packages.mkmakes/bijux-py/root/makes/bijux-py/repository/makes/bijux-py/ci/makes/packages/
Purpose¶
This page explains how the make tree is partitioned so new targets can be placed correctly.
Stability¶
Update it when the actual directory responsibilities of makes/ change.