summaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1998-07-11 12:00:00 +0000
committerrepogen <>1998-07-11 12:00:00 +0000
commit377347776f1f3d820f92151f70bec667f96d5e6b (patch)
treecdb3ba26158df33547dfe765547177afcee119d1 /include/Makefile
parent4f8c5d0f284e1f4da717aea5008915f185cd2e05 (diff)
downloadlua-github-3.1.tar.gz
Lua 3.13.1
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 6cd0c92d..48f12a79 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -4,14 +4,14 @@ LUA= ..
include $(LUA)/config
-SRCS= lua.h lualib.h luadebug.h auxlib.h
+SRCS= lua.h lualib.h luadebug.h lauxlib.h
all:
clean:
co:
- co -f -M $(SRCS)
+ co -q -f -M $(SRCS)
klean: clean
rm -f $(SRCS)