ref: 50c1c9eeaadb2d41ce4c5feadfc211ec75e03c1d dir: /mk/lexyacc.mk/
.SUFFIXES: %.h %.c: %.y yacc -d -o$*.c $< %.c: %.l flex -o$*.c $<