From: Frédéric Lécaille Date: Thu, 8 Sep 2022 18:47:28 +0000 (+0200) Subject: BUILD: udp-perturb: Add a make target for udp-perturb tool X-Git-Tag: v2.7-dev6~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef2d2340e62d7ad3207c4cdb2c9d8e31f7615f03;p=thirdparty%2Fhaproxy.git BUILD: udp-perturb: Add a make target for udp-perturb tool This is only to rely on make to build this tool. --- diff --git a/Makefile b/Makefile index 10c9ef7b43..e798b534f6 100644 --- a/Makefile +++ b/Makefile @@ -1036,6 +1036,9 @@ dev/qpack/decode: dev/qpack/decode.o dev/tcploop/tcploop: $(Q)$(MAKE) -C dev/tcploop tcploop CC='$(cmd_CC)' OPTIMIZE='$(COPTS)' +dev/udp/udp-perturb: dev/udp/udp-perturb.o + $(cmd_LD) $(LDFLAGS) -o $@ $^ $(LDOPTS) + # rebuild it every time .PHONY: src/version.c