summaryrefslogtreecommitdiff
path: root/examples/hello_world/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_world/Makefile')
-rw-r--r--examples/hello_world/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/hello_world/Makefile b/examples/hello_world/Makefile
new file mode 100644
index 0000000..b993754
--- /dev/null
+++ b/examples/hello_world/Makefile
@@ -0,0 +1,13 @@
+DOCDIR ?= ${DATADIR}/doc/${PROG}
+
+PROG = hello_world
+
+WARNS = 4
+
+FILES = COPYRIGHT README
+FILESDIR = ${DOCDIR}
+
+MKC_REQD = 0.10.0
+
+.include "test.mk"
+.include <mkc.prog.mk>