1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-27 09:58:21 +01:00
antd-lua-plugin/lib/core/Makefile.am

7 lines
181 B
Makefile
Raw Permalink Normal View History

2020-01-02 17:51:08 +01:00
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