From 9adff020617386fba03a4098c67389631d4fe58e Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期六, 13 六月 2020 10:02:27 +0800 Subject: [PATCH] update --- Makefile | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index a5b0d8f..e677f6b 100755 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DIRS = common netdisk +DIRS = common device service all: for i in $(DIRS); do \ @@ -17,6 +17,16 @@ - ipcrm -S 146 - ipcrm -S 8899 + +package: + mkdir -p ./build/bin + cp ./service/netdisk_service ./build/bin/ + mkdir -p ./build/common + cp ./common/libusgcommon.a ./build/common + cp ./common/libusgcommon.so ./build/common + cp -a ./data ./build + + tarname = basic_pack.tar.gz tar: -- Gitblit v1.8.0