From afdec3e47d918c56a7c97df8975cebdf1c33d831 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期三, 22 七月 2020 14:41:54 +0800 Subject: [PATCH] dgram req_rep --- Makefile | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index c57cc88..e509479 100755 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DIRS = squeue test +DIRS = src test_socket demo all: for i in $(DIRS); do \ @@ -9,10 +9,14 @@ for i in $(DIRS); do \ (cd $$i && echo "cleaning $$i" && $(MAKE) clean) || exit 1; \ done + rm -rf build + ipcrm -a ipcrm: -ipcrm -a - -ipcrm -M 0x1234 - -ipcrm -S 145 - -ipcrm -S 146 - -ipcrm -S 8899 + -ipcs + +# -ipcrm -M 0x1234 +# -ipcrm -S 145 +# -ipcrm -S 146 +# -ipcrm -S 8899 -- Gitblit v1.8.0