summaryrefslogtreecommitdiff
path: root/examples/hello_lua/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_lua/Makefile')
-rw-r--r--examples/hello_lua/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/hello_lua/Makefile b/examples/hello_lua/Makefile
new file mode 100644
index 0000000..faba9c7
--- /dev/null
+++ b/examples/hello_lua/Makefile
@@ -0,0 +1,9 @@
+PROJECTNAME = hello_lua
+
+LUA_LMODULES = foo.lua bar.lua
+LUA_CMODULE = baz
+
+SCRIPTS = foobar
+
+.include "test.mk"
+.include <mkc.lib.mk>