1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 17:38:21 +01:00
antd-lua-plugin/lib/core/Makefile.am
2020-01-02 17:51:08 +01:00

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