mirror of
https://gitcode.com/JianFeeeee/LuaCangjia_api.git
synced 2026-09-22 01:48:14 +00:00
12 lines
191 B
Makefile
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*
|