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