all: gen gen: lex.yy.c gen.tab.c gen.tab.h gcc -o gen gen.tab.c lex.yy.c -ly -ll lex.yy.c: gen.l flex gen.l gen.tab.c: gen.y bison -vd gen.y