summaryrefslogtreecommitdiff
path: root/lua/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'lua/GNUmakefile')
-rw-r--r--lua/GNUmakefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/lua/GNUmakefile b/lua/GNUmakefile
new file mode 100644
index 0000000..d7621bb
--- /dev/null
+++ b/lua/GNUmakefile
@@ -0,0 +1,17 @@
+TOPDIR = ..
+
+SUBDIRS = src
+
+-include $(TOPDIR)/makefiles/gmake/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean:
+
+local_install:
+
+local_test:
+
+local_longtest: