ref: 1eaac761440473141e996d6a0f2516ffbf8f2131 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