From 3c4b18f39e06a09a05a13476f212d4deaa1e4707 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期日, 23 八月 2020 13:10:15 +0800
Subject: [PATCH] Merge branch 'master' of https://shmqueue

---
 test_queue/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test_queue/Makefile b/test_queue/Makefile
index 643b72d..bcb18b2 100755
--- a/test_queue/Makefile
+++ b/test_queue/Makefile
@@ -4,7 +4,7 @@
 ROOT=..
 LDLIBS+=-Wl,-rpath=$(ROOT)/lib:$(ROOT)/build/lib
 # 寮�婧愬伐鍏峰寘璺緞
-LDDIR +=  -L$(ROOT)/lib -L$(ROOT)/build/lib
+LDDIR += -L$(ROOT)/build/lib
 # 寮�婧愬伐鍏峰寘
 LDLIBS += -lshm_queue -lusgcommon -lpthread
 
@@ -14,7 +14,7 @@
 include $(ROOT)/Make.defines.$(PLATFORM)
 
  
-PROGS = dgram_socket_test
+PROGS = test_queue
 
 build: $(PROGS)
 

--
Gitblit v1.8.0