From e6512f7594f8ee3426aeab744880243e64520386 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 21 七月 2020 19:50:54 +0800 Subject: [PATCH] update --- Makefile | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index c57cc88..757d648 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,13 @@ for i in $(DIRS); do \ (cd $$i && echo "cleaning $$i" && $(MAKE) clean) || exit 1; \ done + rm -rf build 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