add routerinfo tool

This commit is contained in:
Jeff Becker 2016-11-25 09:55:22 -05:00
parent 6e2be4c047
commit ebbf53085c
3 changed files with 97 additions and 2 deletions

View file

@ -11,7 +11,10 @@ OBJECTS = $(SOURCES:.cpp=.o)
I2PD_LIB = libi2pd.a
all: keygen keyinfo famtool
all: keygen keyinfo famtool routerinfo
routerinfo: $(OBJECTS)
$(CXX) -o routerinfo routerinfo.o $(LDFLAGS) $(LIBS)
keygen: $(OBJECTS)
$(CXX) -o keygen keygen.o $(LDFLAGS) $(LIBS)