mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-05-01 13:12:30 +02:00
add famtool
This commit is contained in:
parent
189fabc2cc
commit
0ea81aed2e
3 changed files with 384 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -11,7 +11,7 @@ OBJECTS = $(SOURCES:.cpp=.o)
|
|||
I2PD_LIB = libi2pd.a
|
||||
|
||||
|
||||
all: keygen keyinfo
|
||||
all: keygen keyinfo famtool
|
||||
|
||||
keygen: $(OBJECTS)
|
||||
$(CXX) -o keygen keygen.o $(LDFLAGS) $(LIBS)
|
||||
|
@ -19,6 +19,9 @@ keygen: $(OBJECTS)
|
|||
keyinfo: $(OBJECTS)
|
||||
$(CXX) -o keyinfo keyinfo.o $(LDFLAGS) $(LIBS)
|
||||
|
||||
famtool: $(OBJECTS)
|
||||
$(CXX) -o famtool famtool.o $(LDFLAGS) $(LIBS)
|
||||
|
||||
$(OBJECTS): libi2pd.a
|
||||
|
||||
.SUFFIXES:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue