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: