From 26ed48c4e616014ee760fd13d13dbdc8539c34e3 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 22 十二月 2020 19:21:55 +0800 Subject: [PATCH] 解决sendandrecv发送到一个不存在key的情况 --- test/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/Makefile b/test/Makefile index a4b59f1..f719401 100755 --- a/test/Makefile +++ b/test/Makefile @@ -13,7 +13,7 @@ INCLUDES += -I${DEST}/include/shmqueue -I$(ROOT)/include/usgcommon -PROGS = ${DEST}/is_little_endian +PROGS = ${DEST}/test DEPENDENCES = $(patsubst %, %.d, $(PROGS)) -- Gitblit v1.8.0