diff --git a/Makefile b/Makefile index c51c310..834e778 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CXX = g++ CXXFLAGS = -g -Wall -std=c++11 OBJECTS = keygen.o -INCFLAGS = -I"../i2pd" +INCFLAGS = -I"i2pd" LDFLAGS = -Wl,-rpath,/usr/local/lib LIBS = ../i2pd/libi2pd.a -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lssl -lcrypto -lpthread -lrt -lz