All checks were successful
check / check (push) Successful in 1m13s
A recipe of `@$(FMT)` with `FMT := script/fmt-check` gave `make check` two prettier passes while the suite stayed green: the resolver read the line as invoking nothing. The shipped Makefile already writes recipes that way (`@$(YARN) tsc --watch`), so this was a gap in the repo's own house style. Variables assigned a literal on one line (`:=`, `=`, `?=`) are collected in a pass of their own and substituted into target and recipe lines. Values needing evaluation -- another reference, a make function, a `define` body -- are left verbatim, and the header's not-followed list now says so.
39 KiB
39 KiB