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