ref: 53fab201a6702a0e017527eff6f0caedfc01204e 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