qmath: lex.yy.c
	gcc lex.yy.c -O3 -m486 -malign-double -o qmath
	#cp qmath /home/alberto/bin/

lex.yy.c: qmath.flex
	flex -Cea qmath.flex

clean:
	rm qmath
	rm lex.yy.c