mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-08 22:57:52 +00:00
14 lines
284 B
Diff
14 lines
284 B
Diff
diff --git a/Makefile b/Makefile
|
|
index f65d7a1..6f998bf 100644
|
|
--- a/Makefile
|
|
+++ b/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
|
|
|