mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 05:13:58 -07:00
Integrate idtool the same way we did with cli.
This commit is contained in:
parent
f5d397e8c8
commit
59b26faaba
4 changed files with 162 additions and 220 deletions
|
@ -27,6 +27,7 @@ one: $(OBJS)
|
|||
$(CXX) $(CXXFLAGS) -o zerotier-one main.cpp $(OBJS) $(LIBS)
|
||||
$(STRIP) zerotier-one
|
||||
ln -sf zerotier-one zerotier-cli
|
||||
ln -sf zerotier-one zerotier-idtool
|
||||
|
||||
selftest: $(OBJS)
|
||||
$(CXX) $(CXXFLAGS) -o zerotier-selftest selftest.cpp $(OBJS) $(LIBS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue