PROG    =	prog7

# ${.CURDIR}/ is for test only
SRCS    =	${.CURDIR}/prog7.c

CFLAGS     =	-O0 -g

MKINSTALL ?=	no

.include <mkc.prog.mk>
