--HG--
branch : libtomcrypt
extra : convert_revision : 7fd8a0313edb710f4a3bef7eae0df50b8b94deae
This commit is contained in:
Matt Johnston
2004-06-15 14:34:07 +00:00
parent 900a5eb418
commit d407fec953

View File

@@ -160,6 +160,7 @@ library: $(LIBNAME)
$(LIBNAME): $(OBJECTS)
$(AR) $(ARFLAGS) $@ $(OBJECTS)
$(RANLIB) $@
#This rule makes the hash program included with libtomcrypt
hashsum: library $(HASHOBJECTS)