.PHONY : all

all :
	cd mofiles; $(MAKE) -f Makefile test; \
	cd ../mosfiles; $(MAKE) -f Makefile test
