shithub: mc

ref: 8385d6f6daad30f8de238362961b70061be24065
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