From d9d5c2d3089345fa858deaf2c0dfbfb304b7a9f6 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期五, 16 十月 2020 20:08:52 +0800
Subject: [PATCH] udpate
---
test_net_socket/Makefile | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/test_net_socket/Makefile b/test_net_socket/Makefile
index 6060f15..12ece03 100644
--- a/test_net_socket/Makefile
+++ b/test_net_socket/Makefile
@@ -13,17 +13,14 @@
INCLUDES += -I${DEST}/include/shmqueue -I$(ROOT)/include/usgcommon
-PROGS = ${DEST}/test_net_mod_socket
+PROGS = ${DEST}/net_mod_socket
DEPENDENCES = $(patsubst %, %.d, $(PROGS))
#LIBCOMMON=${ROOT}/lib/libusgcommon.a
-build: $(PROGS)
-
-
-# class
-#$(DEST)/kucker : kucker.c
+build: $(PROGS)
+ cp -a net_mod_socket.sh ${DEST}
clean:
--
Gitblit v1.8.0