From b90ba316b54db321d3e8aaac7df93b46d80b9d9c Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 22 十二月 2020 15:47:41 +0800 Subject: [PATCH] 三个没有回收的信号 --- test/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/Makefile b/test/Makefile index 7046699..f719401 100755 --- a/test/Makefile +++ b/test/Makefile @@ -13,7 +13,7 @@ INCLUDES += -I${DEST}/include/shmqueue -I$(ROOT)/include/usgcommon -PROGS = ${DEST}/test test2 +PROGS = ${DEST}/test DEPENDENCES = $(patsubst %, %.d, $(PROGS)) -- Gitblit v1.8.0