shithub: mc

ref: 1960f69c112fec8cc78929ea6cd6596ce71abeab
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