mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 06:55:01 +00:00
bf3c739d75
- Fix some JamFiles - Add config.getter callbacks
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
OBJS = crypto.c ;
|
|
OBJS += p/crypto_aes.c p/crypto_aes_algo.c ;
|
|
|
|
lib r_crypto : $(OBJS) : <include>../include <library>../util ;
|