PROG =		cxxapp
SRCS =		cxxapp.cc

WARNS =		4

.include "../cxxlib/linkme.mk"

DPLIBS +=	-lcxxlib

.include <mkc.prog.mk>
