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