1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-02-19 01:12:47 +01:00
antd-lua-plugin/3rd/Makefile.am
2020-01-01 21:17:46 +01:00

7 lines
171 B
Makefile

EXTRA_DIST = lua-5.3.4/*.c lua-5.3.4/*.h lua-5.3.4/Makefile
all:
cd $(top_srcdir)/3rd/lua-5.3.4 && make linux
clean-local:
cd $(top_srcdir)/3rd/lua-5.3.4 && make clean