Skip to content

Commit

Permalink
* rename main binary
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen committed Dec 8, 2015
1 parent 045558b commit 8f9cea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN git clone https://github.com/PurpleI2P/i2pd.git
WORKDIR /i2pd
RUN make

CMD ./i2p
CMD ./i2pd

0 comments on commit 8f9cea5

Please sign in to comment.