remove obsolete packtool

This commit is contained in:
Adam Ierymenko 2013-07-27 16:29:43 -04:00
commit e7b515c86c
3 changed files with 0 additions and 190 deletions

View file

@ -38,10 +38,6 @@ idtool: $(OBJS)
$(CXX) $(CXXFLAGS) -o zerotier-idtool idtool.cpp $(OBJS) $(LIBS)
$(STRIP) zerotier-idtool
packtool: $(OBJS)
$(CXX) $(CXXFLAGS) -o zerotier-packtool packtool.cpp $(OBJS) $(LIBS)
$(STRIP) zerotier-packtool
launcher:
$(CC) -Os -o zerotier-launcher launcher.c
$(STRIP) zerotier-launcher