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