mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Basic CLI working with JSON output. Now to parse and support old tabular form.
This commit is contained in:
parent
53cbe485f0
commit
8333bf065e
4 changed files with 232 additions and 0 deletions
|
@ -56,6 +56,7 @@ one: $(OBJS) one.o
|
|||
$(CXX) $(CXXFLAGS) -o zerotier-one $(OBJS) one.o $(LIBS)
|
||||
$(STRIP) zerotier-one
|
||||
ln -sf zerotier-one zerotier-idtool
|
||||
ln -sf zerotier-one zerotier-cli
|
||||
|
||||
selftest: $(OBJS) selftest.o
|
||||
$(CXX) $(CXXFLAGS) -o zerotier-selftest selftest.o $(OBJS) $(LIBS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue