3 Commits

Author SHA1 Message Date
78595f1bd9 Declare pass-through words PHONY in the Makefile
`make build ctrl` ran the build and then printed "make: 'ctrl' is up to date."
The empty rule from $(eval $(ARGS):;@:) is not enough when the word names a real
directory — and cfg, ctrl, docs, gen and init all exist at this level. Only
.PHONY stops make consulting the filesystem.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-19 02:55:06 -03:00
2d9bc9289c updates 33.2 112 2026-08-11 07:30:27 -03:00
ef63b02554 update 33.1 50 2026-08-10 03:23:30 -03:00