Skip to content

Commit ef2d234

Browse files
committed
BUILD: udp-perturb: Add a make target for udp-perturb tool
This is only to rely on make to build this tool.
1 parent 192093b commit ef2d234

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,9 @@ dev/qpack/decode: dev/qpack/decode.o
10361036
dev/tcploop/tcploop:
10371037
$(Q)$(MAKE) -C dev/tcploop tcploop CC='$(cmd_CC)' OPTIMIZE='$(COPTS)'
10381038
1039+
dev/udp/udp-perturb: dev/udp/udp-perturb.o
1040+
$(cmd_LD) $(LDFLAGS) -o $@ $^ $(LDOPTS)
1041+
10391042
# rebuild it every time
10401043
.PHONY: src/version.c
10411044

0 commit comments

Comments
 (0)