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