Reinstate doc to all

This commit is contained in:
Patrick J Cherry
2016-10-05 10:41:23 +01:00
parent d9651a038c
commit ed3995303f

View File

@@ -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 $@)