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