mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 16:18:33 +00:00
5 lines
169 B
Plaintext
5 lines
169 B
Plaintext
|
OBJS = state.c md5c.c crc16.c crc32.c sha1.c hash.c md4.c ;
|
||
|
OBJS += hamdist.c entropy.c sha2.c calc.c xxhash.c adler32.c ;
|
||
|
|
||
|
lib r_hash : $(OBJS) : <include>../include ;
|