diff --git a/makefile b/makefile index f2b4b8d..f3447aa 100644 --- a/makefile +++ b/makefile @@ -160,6 +160,7 @@ library: $(LIBNAME) $(LIBNAME): $(OBJECTS) $(AR) $(ARFLAGS) $@ $(OBJECTS) + $(RANLIB) $@ #This rule makes the hash program included with libtomcrypt hashsum: library $(HASHOBJECTS)