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