From d9d5c2d3089345fa858deaf2c0dfbfb304b7a9f6 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期五, 16 十月 2020 20:08:52 +0800
Subject: [PATCH] udpate
---
src/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/Makefile b/src/Makefile
index 33baad0..9ac1f43 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -33,11 +33,16 @@
PREFIX := /usr/local
endif
-all: install
+all: build
.PHONY: build
build: prebuild $(MYLIBS)
+ mkdir -p $(DEST)/lib
+ cp $(MYLIBS) $(DEST)/lib
+ mkdir -p $(DEST)/include/shmqueue
+ cp ./*.h ./queue/*.h ./socket/*.h $(DEST)/include/shmqueue
+ cp $(ROOT)/lib/* $(DEST)/lib
.PHONY: prebuild
prebuild:
--
Gitblit v1.8.0