From 91ec036cace39fd5b5f04644f6bced1f477005e0 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期二, 21 七月 2020 19:33:28 +0800
Subject: [PATCH] update

---
 Makefile |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index c57cc88..44bd26e 100755
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-DIRS = squeue test
+DIRS = src test 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