shithub: mc

ref: 8f779f0802ffab46227e01c6ecd1a1187474d96f
dir: /libcryptohash/Makefile/

View raw version
MYRLIB=cryptohash
MYRSRC= \
	md5.myr \
	sha1.myr \
	sha256.myr \
	# sha256.myr \
	# sha512.myr \
	# sha3.myr \

include config.mk
include mk/myr.mk

check: all
	make -C test check