shithub: mc

ref: 3699a6c3daf7648653b3e4936f39bc6061331446
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