ref: 8a8f41b17cb8c2f51b26e3e3a541e7b0a876ec3c dir: /mk/lexyacc.mk/
.SUFFIXES: %.h %.c: %.y rm -f $*.h y.tab.h yacc -d -o$*.c $< [ -f y.tab.h ] && mv y.tab.h $*.h || [ -f $*.h ] %.c: %.l flex -o$*.c $<