ref: 2875136e3759285bc0e00babcd0b7d86e7731eae dir: /mk/lexyacc.mk/
NECFLAGS = $(subst -Werror,,$(subst -Wall,,$(CFLAGS))) %.h %.c: %.y yacc -d -o$*.c $< %.c: %.l flex -o$*.c $<