]> git.hungrycats.org Git - bees/commit
test: have clean remove the non-PROGRAMS build products
authorZygo Blaxell <bees@furryterror.org>
Thu, 9 Jul 2026 15:58:01 +0000 (11:58 -0400)
committerZygo Blaxell <bees@furryterror.org>
Sat, 5 Sep 2026 04:04:13 +0000 (00:04 -0400)
commite93ebae7714072d2ab66bcadfa7943711b85dc1a
tree10648291d619583a9aaa4b59b134af5b8b96bc73
parentc0d683ac3fe590460d2616a518fb499ab4d3f11c
test: have clean remove the non-PROGRAMS build products

clean removes everything derived from $(PROGRAMS), plus
test-bees-plan-lib.o by name.  It misses the rest of what the explicit
rules produce: the two generated .dep files, and the bench object and
binary.  A .dep left behind is the worse of the two, since it is
`-include`d on the next build and names header paths from the tree it
was generated in.

Name them all.

Assisted-by: Claude-Code:claude-opus-4-8
Assisted-by: Claude-Code:claude-opus-5
test/Makefile