From ef2d2340e62d7ad3207c4cdb2c9d8e31f7615f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Thu, 8 Sep 2022 20:47:28 +0200 Subject: [PATCH] BUILD: udp-perturb: Add a make target for udp-perturb tool This is only to rely on make to build this tool. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 10c9ef7b4..e798b534f 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