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