diff --git a/Makefile b/Makefile index 5b57421..7ca8bda 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ vain: $(OBJECTS) $(CXX) -o vain vanitygen.o $(LDFLAGS) $(LIBS) i2pbase64: $(OBJECTS) - $(CXX) -o i2pbase64 i2pbase64.o $(LDFALGS) $(LIBS) + $(CXX) -o i2pbase64 i2pbase64.o $(LDFLAGS) $(LIBS) $(OBJECTS): libi2pd.a