From ed3995303f6f78c89a66759259897d2164633b0c Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Wed, 5 Oct 2016 10:41:23 +0100 Subject: [PATCH] Reinstate doc to all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d41d081..4b2102a 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ SRCS := $(COMMON_SRC) $(SERVER_SRC) $(PROXY_SRC) OBJS := $(COMMON_OBJ) $(SERVER_OBJ) $(PROXY_OBJ) -all: build/flexnbd build/flexnbd-proxy #doc +all: build/flexnbd build/flexnbd-proxy doc build/%.o: %.c mkdir -p $(dir $@)