Makefile: remove UNIT_TEST_BIN directory with "make clean"
commit5d5ca1b362b3bb6c436b2fec798446ddcf32c24b
authorJeff King <peff@peff.net>
Tue, 30 Jan 2024 05:38:56 +0000 (30 00:38 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jan 2024 05:57:22 +0000 (29 21:57 -0800)
tree16f5c7e0e4a38220bfae2c8a6c10346358584d43
parent318ecda5aaacbc9990a0ef1f792ccbe8660ddba9
Makefile: remove UNIT_TEST_BIN directory with "make clean"

We remove $(UNIT_TEST_PROGS), but that leaves the automatically
generated "bin" dir they reside in. And once we start cleaning that,
there is no point in removing the individual programs, as they'll by
wiped out by the recurse "rm".

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile