wangzhengquan
2020-10-12 575f2e424a17737111786227103a428fb5c20396
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: