From 6af470d4b97f6057b4efbdc1f26c87e4101980ed Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 06 八月 2020 17:15:25 +0800 Subject: [PATCH] update --- test/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/Makefile b/test/Makefile index 4b888f5..fc951f6 100755 --- a/test/Makefile +++ b/test/Makefile @@ -14,7 +14,7 @@ include $(ROOT)/Make.defines.$(PLATFORM) -PROGS = protocle_parse test +PROGS = protocle_parse strtok test_set test_vector lambda test test_type build: $(PROGS) -- Gitblit v1.8.0