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