From 4bdc8cbf42f3990c2854896b3e1f07de1e4ebb01 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期五, 16 十月 2020 20:10:18 +0800
Subject: [PATCH] update
---
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