summaryrefslogtreecommitdiff
path: root/examples/hello_strlcpy3/Makefile
blob: 33e80b16b0165be0d255ffd15ca94e9ea430ca9c (plain)
1
2
3
4
5
6
7
8
9
10
11
PROG  =			hello
SRCS  =			hello.c

WARNS =			4

MKC_FEATURES  =	strlcpy strlcat getline

MKC_REQD =		0.26.0

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