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