Files
LuaCangjia_api/lib/lua/Makefile
JianFeeeee c7f2fcaf11 vendor: 引入 Lua 3.2 官方源码 + 移植评估 (lua_3.2 分支)
- 前 lua_State 时代 API(全局单例状态机), 与项目多实例+管道模式抽象冲突
- 评估结论: 不建议移植, 详见 doc/ADAPTATION-lua32.md
2026-08-25 10:20:00 +08:00

12 lines
191 B
Makefile

# makefile for lua hierarchy
all co clean klean:
cd include; $(MAKE) $@
cd src; $(MAKE) $@
cd src/luac; $(MAKE) $@
cd src/lib; $(MAKE) $@
cd src/lua; $(MAKE) $@
strip:
strip bin/lua*