From a1dfe6a4dcc21a04b4ac03de39ab1c829a9be1ae Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期一, 12 十月 2020 18:15:35 +0800
Subject: [PATCH] req_rep

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

diff --git a/test_net_socket/Makefile b/test_net_socket/Makefile
index 6060f15..56d3c29 100644
--- a/test_net_socket/Makefile
+++ b/test_net_socket/Makefile
@@ -13,14 +13,14 @@
 INCLUDES += -I${DEST}/include/shmqueue -I$(ROOT)/include/usgcommon
 
 
-PROGS = ${DEST}/test_net_mod_socket
+PROGS = ${DEST}/net_mod_req_rep
 
 DEPENDENCES = $(patsubst %, %.d, $(PROGS)) 
 
 #LIBCOMMON=${ROOT}/lib/libusgcommon.a
 
 build:	 $(PROGS)
-
+	cp -a net_mod_req_rep.sh ${DEST}
 
 # class
 #$(DEST)/kucker : kucker.c

--
Gitblit v1.8.0