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