summaryrefslogtreecommitdiff
path: root/examples/hello_cxx/Makefile
blob: be0460d01e27a618efea04af2df739237a8620d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PROG =		hello_cxx

WARNS =		4

CPPFLAGS +=	-I.

SRCS =		main.cc hello_msg.cc five.c seven.c

MKC_REQD =	0.12.9

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