summaryrefslogtreecommitdiff
path: root/examples/hello_subdirs/prog2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_subdirs/prog2/Makefile')
-rw-r--r--examples/hello_subdirs/prog2/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/hello_subdirs/prog2/Makefile b/examples/hello_subdirs/prog2/Makefile
new file mode 100644
index 0000000..ebf00fa
--- /dev/null
+++ b/examples/hello_subdirs/prog2/Makefile
@@ -0,0 +1,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>