summaryrefslogtreecommitdiff
path: root/examples/hello_errwarn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_errwarn/Makefile')
-rw-r--r--examples/hello_errwarn/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/hello_errwarn/Makefile b/examples/hello_errwarn/Makefile
new file mode 100644
index 0000000..6b8c160
--- /dev/null
+++ b/examples/hello_errwarn/Makefile
@@ -0,0 +1,10 @@
+PROG = hello
+
+WARNS = 4
+
+MKC_FEATURES = err warn
+
+MKC_REQD = 0.26.0
+
+.include "test.mk"
+.include <mkc.mk>