cli/make is a MoonBit implementation of the core Make workflow fornative and Wasm targets. It parses Makefiles, expands variables, builds andchecks the dependency graph, compares modification times, and executes recipesthrough cli's MoonBit shell interpreter.
Each external command in a recipe is launched through the policy-visibleMoonBit process API. Unsupported Make extensions fail explicitly; the completeMakefile is never forwarded to a host make executable.