ref: 66de4498b2b94e9fde735c7c3c1c19e2f5a362ce 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