summaryrefslogtreecommitdiff
path: root/examples/hello_TARGETS/hello1/Makefile
blob: d1e6601a88124e505f8b17aeef5020be220191aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PROG  = hello1
MAN   =	hello1.1

WARNS = 4

CLEANFILES = hello1.1

_manpages: ${MAN}

# the following is just a regression test for exporting TARGETS
.if empty(TARGETS:Mcoding*)
MKC_ERR_MSG = "qqq"
.endif

.include <mkc.mk>