#! /bin/sh 

test:
	run_example.sh

xclean clean:
	rm -rf *~ \
		*.iectm.2.utf \
		foo.hyp  \
		*.ctm.* \
		*.iectm \
		reep.h4e_97.ref.ref_vs_ref

