summaryrefslogtreecommitdiff
path: root/examples/hello_lex/Makefile
blob: e21d0742fece6e6fbee2290f88076bf831a1aa35 (plain)
1
2
3
4
5
6
7
PROG   =	hello_lex
SRCS   =	hello_lex.l

DPSRCS =	hello_lex.c

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