andy6: lex.yy.c
	gcc -o andy6 lex.yy.c -ll

lex.yy.c: text2word.l
	lex -Xa1000 text2word.l
