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

makefile

--HG--
branch : libtomcrypt
extra : convert_revision : 7fd8a0313edb710f4a3bef7eae0df50b8b94deae
parent 900a5eb4
No related merge requests found
......@@ -160,6 +160,7 @@ library: $(LIBNAME)
$(LIBNAME): $(OBJECTS)
$(AR) $(ARFLAGS) $@ $(OBJECTS)
$(RANLIB) $@
#This rule makes the hash program included with libtomcrypt
hashsum: library $(HASHOBJECTS)
......
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