mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
* rename main binary
This commit is contained in:
parent
045558bede
commit
8f9cea54c5
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ SHLIB := libi2pd.so
|
|||
ARLIB := libi2pd.a
|
||||
SHLIB_CLIENT := libi2pdclient.so
|
||||
ARLIB_CLIENT := libi2pdclient.a
|
||||
I2PD := i2p
|
||||
I2PD := i2pd
|
||||
GREP := fgrep
|
||||
DEPS := obj/make.dep
|
||||
|
||||
|
|
|
@ -8,4 +8,4 @@ RUN git clone https://github.com/PurpleI2P/i2pd.git
|
|||
WORKDIR /i2pd
|
||||
RUN make
|
||||
|
||||
CMD ./i2p
|
||||
CMD ./i2pd
|
||||
|
|
Loading…
Reference in a new issue