all:
	for d in 0*; do (cd $$d && $(MAKE) all); done

tar:
	rm -f xslexamples.tar
	for d in 0*; do (cd $$d && $(MAKE) tar); done
	tar uvf xslexamples.tar Makefile
