mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-07 13:51:16 +00:00
5 lines
177 B
Plaintext
5 lines
177 B
Plaintext
OBJS = crypto.c ;
|
|
OBJS += p/crypto_aes.c p/crypto_aes_algo.c p/crypto_xor.c p/crypto_blowfish.c p/crypto_rc2.c;
|
|
|
|
lib r_crypto : $(OBJS) : <include>../include <library>../util ;
|