mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-18 18:19:39 -05:00
BUILD: udp-perturb: Add a make target for udp-perturb tool
This is only to rely on make to build this tool.
This commit is contained in:
parent
192093b581
commit
ef2d2340e6
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue