PROG    =	hello_world

WARNS   =	4

MKC_CHECK_CC_OPTS=	-Wall -Zhopa -errwarn=%all

.include <mkc.configure.mk>

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