shithub: mc

ref: ee4d18f009f056f9079395f073799933bb80689c
dir: /libcryptohash/Makefile/

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

include config.mk
include mk/myr.mk

check: all
	make -C test check