summaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1995-11-28 12:00:00 +0000
committerrepogen <>1995-11-28 12:00:00 +0000
commit71754d2f6423fb9b6e87658e58bafc5470d53f65 (patch)
treec704e97b80e52a52d3152738941bb4c8ca676b97 /include/Makefile
parenta8b6ba0954edb9e0e669e1f451b9a8f145ce5166 (diff)
downloadlua-github-2.2.tar.gz
Lua 2.22.2
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)