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