mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-23 21:11:07 +00:00
479ffbba4a
Remove $Cryb$ tags as it is likely that the code will move to git.
13 lines
113 B
Makefile
13 lines
113 B
Makefile
SUBDIRS = \
|
|
core \
|
|
cpe \
|
|
digest \
|
|
enc \
|
|
hash \
|
|
mac \
|
|
rand \
|
|
oath
|
|
|
|
if WITH_RSAREF
|
|
SUBDIRS += rsaref
|
|
endif
|