summaryrefslogtreecommitdiff
path: root/examples/hello_fgetln/Makefile
blob: d77b37eaa57629c4d7ce19da4b50275e58b65aac (plain)
1
2
3
4
5
6
7
8
9
10
MKC_FEATURES =	fgetln err

PROG  =		hello

WARNS =		4

MKC_REQD =	0.26.0

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