mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-27 09:58:21 +01:00
7 lines
181 B
Makefile
7 lines
181 B
Makefile
|
EXTRA_DIST = lua-5.3.4/*.c lua-5.3.4/*.h lua-5.3.4/Makefile
|
||
|
|
||
|
all:
|
||
|
cd $(top_srcdir)/lib/core/lua-5.3.4 && make linux
|
||
|
|
||
|
clean-local:
|
||
|
cd $(top_srcdir)/lib/core/lua-5.3.4 && make clean
|