From 3a89a77e79407d0d638ddf983ee580410cf807c5 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 04 八月 2020 15:56:12 +0800 Subject: [PATCH] fix sendto --- test/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/Makefile b/test/Makefile index d6fa6d8..ffc7b16 100755 --- a/test/Makefile +++ b/test/Makefile @@ -14,7 +14,7 @@ include $(ROOT)/Make.defines.$(PLATFORM) -PROGS = protocle_parse +PROGS = protocle_parse strtok test_set test_vector lambda test build: $(PROGS) -- Gitblit v1.8.0