mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 04:37:50 +02:00
add keyinfo tool
This commit is contained in:
parent
526ba37435
commit
71d4221af2
7 changed files with 112 additions and 2 deletions
8
Makefile
8
Makefile
|
@ -80,7 +80,13 @@ $(ARLIB): $(patsubst %.cpp,obj/%.o,$(LIB_SRC))
|
|||
$(ARLIB_CLIENT): $(patsubst %.cpp,obj/%.o,$(LIB_CLIENT_SRC))
|
||||
ar -r $@ $^
|
||||
|
||||
clean:
|
||||
tools: $(ARLIB)
|
||||
$(MAKE) -C contrib/tools/
|
||||
|
||||
clean-tools:
|
||||
$(MAKE) -C contrib/tools/ clean
|
||||
|
||||
clean: clean-tools
|
||||
rm -rf obj
|
||||
rm -rf docs/generated
|
||||
$(RM) $(I2PD) $(SHLIB) $(ARLIB) $(SHLIB_CLIENT) $(ARLIB_CLIENT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue