mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
Add “doc” to the dependencies for the “all” build target.
This commit is contained in:
parent
92702615a7
commit
c0262d8f76
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue