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 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index a002692..ea865cf 100755 --- a/test/Makefile +++ b/test/Makefile @@ -19,13 +19,13 @@ include $(ROOT)/Make.defines.$(PLATFORM) -PROGS = nng/pubsub +PROGS = nng/server nng/client build: $(PROGS) clean: - rm $(TEMPFILES) + rm -f $(TEMPFILES) include $(ROOT)/Make.common.inc -- Gitblit v1.8.0