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