Browse Source

* rename main binary

pull/308/head
hagen 9 years ago
parent
commit
8f9cea54c5
  1. 2
      Makefile
  2. 2
      build/Dockerfile

2
Makefile

@ -3,7 +3,7 @@ SHLIB := libi2pd.so @@ -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

2
build/Dockerfile

@ -8,4 +8,4 @@ RUN git clone https://github.com/PurpleI2P/i2pd.git @@ -8,4 +8,4 @@ RUN git clone https://github.com/PurpleI2P/i2pd.git
WORKDIR /i2pd
RUN make
CMD ./i2p
CMD ./i2pd

Loading…
Cancel
Save