From c0262d8f76f0796671b16eac606e70bcb16da12c Mon Sep 17 00:00:00 2001 From: Ben Finney Date: Fri, 4 Mar 2016 17:01:31 +1100 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9Cdoc=E2=80=9D=20to=20the=20depend?= =?UTF-8?q?encies=20for=20the=20=E2=80=9Call=E2=80=9D=20build=20target.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make-linux.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-linux.mk b/make-linux.mk index bb621359e..4011db95e 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -89,7 +89,7 @@ endif #LDFLAGS= #STRIP=echo -all: one +all: one doc one: $(OBJS) service/OneService.o one.o osdep/LinuxEthernetTap.o $(CXX) $(CXXFLAGS) $(LDFLAGS) -o zerotier-one $(OBJS) service/OneService.o one.o osdep/LinuxEthernetTap.o $(LDLIBS)