summaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile
index e55b7717..e21de74d 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,11 +1,13 @@
-# makefile for lua distribution
+# makefile for lua distribution (includes)
+
+LUA= ..
+
+include $(LUA)/config
SRCS= lua.h lualib.h luadebug.h
all:
-dynamic:
-
clean:
co: