PROG=		hello_cxx

CPPFLAGS+=	-I.

SRCS=		hello_msg.cc main.cc

MKC_REQD=	0.12.9

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