SUBDIRS = src tests DISTCLEAN = aclocal.m4 \ autom4te.cache \ buildsys.mk \ config.h \ config.log \ config.status \ extra.mk include buildsys.mk include extra.mk .PHONY: check tests: src check: tests cd tests && ${MAKE} -s run