summaryrefslogtreecommitdiff
path: root/examples/hello_strlcpy/Makefile
blob: f24ed5a93ff27f57bc84c54df4c85f114ecda308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
MKC_SOURCE_FUNCLIBS =	strlcpy getline
MKC_CHECK_FUNCS3 +=	strlcpy:string.h getline:stdio.h

PROG =			hello
SRCS =			hello.c

WARNS =			4

MKC_REQD =	0.10.0

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