summaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 5ef4d4b5..e55b7717 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,8 +1,15 @@
# makefile for lua distribution
+SRCS= lua.h lualib.h luadebug.h
+
all:
+dynamic:
+
clean:
co:
- co -M lua.h lualib.h
+ co -f -M $(SRCS)
+
+klean: clean
+ rm -f $(SRCS)