Integrate idtool the same way we did with cli.

This commit is contained in:
Adam Ierymenko 2013-12-04 14:44:28 -08:00
commit 59b26faaba
4 changed files with 162 additions and 220 deletions

View file

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