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. The structure matters because it keeps command ownership
traceable instead of burying it in one oversized file.
Core Shape¶
Makefileis the top-level entrypointmakes/root.mkassembles repository-wide includesmakes/bijux-py/carries reusable command contracts and target familiesmakes/packages/maps those shared contracts onto real proteomics packages
Purpose¶
This page gives the shortest honest explanation of how the make system is organized.
Stability¶
Keep it aligned with the actual include structure rooted at Makefile.