# use these commands to generate .c and .o files from .l and .y files..

YACC= bison -y
LEX= flex -l

