mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-08 15:16:52 +02:00
add keyinfo tool
This commit is contained in:
parent
526ba37435
commit
71d4221af2
7 changed files with 112 additions and 2 deletions
8
contrib/tools/keyinfo/Makefile
Normal file
8
contrib/tools/keyinfo/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
CXXFLAGS = -I ../../../
|
||||
all: keyinfo
|
||||
|
||||
keyinfo:
|
||||
$(CXX) -o keyinfo keyinfo.cpp $(CXXFLAGS) -std=c++11 ../../../libi2pd.a -lssl -lcrypto -lboost_system
|
||||
|
||||
clean:
|
||||
$(RM) keyinfo
|
Loading…
Add table
Add a link
Reference in a new issue