From 591aacee97f4a6486631c38a6b418e20b2c4109c Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 10 九月 2020 14:56:47 +0800 Subject: [PATCH] update --- test/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/Makefile b/test/Makefile index 7dafde0..ea865cf 100755 --- a/test/Makefile +++ b/test/Makefile @@ -19,7 +19,7 @@ include $(ROOT)/Make.defines.$(PLATFORM) -PROGS = nng/pubsub +PROGS = nng/server nng/client build: $(PROGS) -- Gitblit v1.8.0