Skip to content
Snippets Groups Projects
Commit a923823e authored by Matt Johnston's avatar Matt Johnston
Browse files

Missing ranlib in makefile for library

--HG--
branch : libtomcrypt
extra : convert_revision : da041e04c62e2628db3c49282c4d8185e884f459
parent dad9dbb0
No related merge requests found
......@@ -158,6 +158,7 @@ library: $(LIBNAME)
$(LIBNAME): $(OBJECTS)
$(AR) $(ARFLAGS) $@ $(OBJECTS)
$(RANLIB) $(LIBNAME)
#This rule makes the test program included with libtomcrypt
test: library $(TESTOBJECTS)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment