default: m2t

lex.yy.c: m2t.l
	flex++ m2t.l

m2t: lex.yy.c
	g++ -o m2t -O lex.yy.c

test: m2t test.m
	m2t <test.m
