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 ;
|