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