浏览代码

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

Ben Finney 9 年之前
父节点
当前提交
c0262d8f76
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)