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