Basic CLI working with JSON output. Now to parse and support old tabular form.

This commit is contained in:
Adam Ierymenko 2015-04-16 14:55:36 -07:00
commit 8333bf065e
4 changed files with 232 additions and 0 deletions

View file

@ -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)