2019-11-14 18:46:49 +01:00
|
|
|
EXTRA_DIST = lua-5.3.4/*.c lua-5.3.4/*.h lua-5.3.4/Makefile
|
|
|
|
|
|
|
|
all:
|
2020-01-01 21:17:46 +01:00
|
|
|
cd $(top_srcdir)/3rd/lua-5.3.4 && make linux
|
2019-11-14 18:46:49 +01:00
|
|
|
|
|
|
|
clean-local:
|
2020-01-01 21:17:46 +01:00
|
|
|
cd $(top_srcdir)/3rd/lua-5.3.4 && make clean
|