index ceff2420b0010cc0d889cd32f96c5f53847cb772..36238d734dc1345b8b4c35467b138215e0e46269 100644 (file)
%.lex.c: %.l %.tab.h
# The ideal size for the flex buffer is the length of the longest token expected, in bytes, plus a little more.
- flex -DYY_BUF_SIZE=128 -P$*yy -o$@ $<
+ flex --never-interactive -DYY_BUF_SIZE=128 -P$*yy -o$@ $<
%.tab.h %.tab.c: %.y
bison -Wno-other -p $*yy -d $<