summaryrefslogtreecommitdiff
path: root/examples/hello_subdirs/prog2/Makefile
blob: ebf00fadc7ef9dd3245f4be28746010f593c96b8 (plain)
1
2
3
4
5
6
7
8
9
PROG  =	prog2
WARNS =	4

# Do not set PROGNAME in project's Makefile!
# This is just a regression test.
PROGNAME = program2

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