mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-08 14:20:19 +00:00
4c1c17f90a
fix indentation remove unnecessary header inclusion
5 lines
192 B
Plaintext
5 lines
192 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 p/crypto_rot.c;
|
|
|
|
lib r_crypto : $(OBJS) : <include>../include <library>../util ;
|