Browse Source

Add “doc” to the dependencies for the “all” build target.

Ben Finney 9 years ago
parent
commit
c0262d8f76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      make-linux.mk

+ 1 - 1
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)