PROG   =	lexer
SRCS   =	lexer.l

DPSRCS =	lexer.c

MKC_FEATURES =	libl

.include "test.mk"
.include <mkc.prog.mk>
