]> git.kaiwu.me - haproxy.git/commit
BUILD: Makefile: don't forget to also delete haterm on make clean
authorWilly Tarreau <w@1wt.eu>
Tue, 14 Apr 2026 06:33:15 +0000 (08:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 14 Apr 2026 14:48:16 +0000 (16:48 +0200)
commite9fcf994ca6e8c0c8bcce63826ac38dd72f3a4f9
tree9ec98095ca2dab3a0ca5d631fed0a1d832c20c9e
parent788f57448a6a93bbc224961d973b24e38ac24461
BUILD: Makefile: don't forget to also delete haterm on make clean

haterm depends on the same source files as haproxy, yet it wasn't deleted
on "make clean", resulting in confusion when rebuilding and believing to
run the freshly built one. Let's just add it to the "clean" target. No
backport is needed since haterm is 3.4-only.
Makefile