summaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/Makefile b/include/Makefile
deleted file mode 100644
index 687cf383..00000000
--- a/include/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# makefile for Lua distribution (includes)
-
-LUA= ..
-
-include $(LUA)/config
-
-SRCS= lua.h lualib.h lauxlib.h luaconf.h
-
-all:
-
-clean:
-
-co:
- co -q -f -M $(SRCS)
-
-klean: clean
- rm -f $(SRCS)