# $Id$ # Written 2004, Karl Berry. Public domain. tests = *-*-* check test clean distclean: for t in $(tests); do (cd $$t && make $@) || exit 1; done