mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-25 07:15:19 +00:00
5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
OBJS = crypto.c ;
|
|
OBJS += p/crypto_aes.c p/crypto_aes_algo.c ;
|
|
|
|
lib r_crypto : $(OBJS) : <include>../include <library>../lib ;
|