From 614cfd0c968d7b156932d85a5b375ace272a6775 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期四, 30 七月 2020 09:57:42 +0800
Subject: [PATCH] add shm_alloc_key

---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index b4fa973..e2c95d6 100755
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
 DIRS = src test_socket demo test
 TAR_NAME = shm_queue.tar.gz
 
+ 
 all:
 	for i in $(DIRS); do \
 		(cd $$i && echo "making $$i" && $(MAKE) ) || exit 1; \

--
Gitblit v1.8.0