mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-14 09:45:40 +00:00
14 lines
120 B
Makefile
14 lines
120 B
Makefile
SUBDIRS = \
|
|
core \
|
|
cpe \
|
|
digest \
|
|
enc \
|
|
hash \
|
|
mac \
|
|
mpi \
|
|
rand \
|
|
oath
|
|
|
|
if WITH_RSAREF
|
|
SUBDIRS += rsaref
|
|
endif
|