commit | ef2d2340e62d7ad3207c4cdb2c9d8e31f7615f03 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Sep 08 20:47:28 2022 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Thu Sep 08 20:47:28 2022 +0200 |
tree | 4a50c542299d1e812f1255498ea5618195cf5bfa | |
parent | 192093b58134304a0f3cbd50f96c06f51c023926 [diff] [blame] |
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 10c9ef7..e798b53 100644 --- a/Makefile +++ b/Makefile
@@ -1036,6 +1036,9 @@ 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