summaryrefslogtreecommitdiff
path: root/examples/hello_compatlib/prog1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_compatlib/prog1/Makefile')
-rw-r--r--examples/hello_compatlib/prog1/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/hello_compatlib/prog1/Makefile b/examples/hello_compatlib/prog1/Makefile
new file mode 100644
index 0000000..4a343d0
--- /dev/null
+++ b/examples/hello_compatlib/prog1/Makefile
@@ -0,0 +1,7 @@
+PROG = prog1
+
+WARNS = 4
+
+MKC_REQD = 0.27.0
+
+.include <mkc.prog.mk>