mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +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=
|
#LDFLAGS=
|
||||||
#STRIP=echo
|
#STRIP=echo
|
||||||
|
|
||||||
all: one
|
all: one doc
|
||||||
|
|
||||||
one: $(OBJS) service/OneService.o one.o osdep/LinuxEthernetTap.o
|
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)
|
$(CXX) $(CXXFLAGS) $(LDFLAGS) -o zerotier-one $(OBJS) service/OneService.o one.o osdep/LinuxEthernetTap.o $(LDLIBS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue