mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2025-07-26 02:39:46 +02:00
use libtool
This commit is contained in:
7
3rd/Makefile.am
Normal file
7
3rd/Makefile.am
Normal file
@ -0,0 +1,7 @@
|
||||
EXTRA_DIST = lua-5.3.4/*.c lua-5.3.4/*.h lua-5.3.4/Makefile
|
||||
|
||||
all:
|
||||
cd lua-5.3.4 && make linux
|
||||
|
||||
clean-local:
|
||||
cd lua-5.3.4 && make clean
|
@ -71,6 +71,10 @@ clean:
|
||||
depend:
|
||||
@$(CC) $(CFLAGS) -MM l*.c
|
||||
|
||||
distdir:
|
||||
|
||||
install:
|
||||
|
||||
echo:
|
||||
@echo "PLAT= $(PLAT)"
|
||||
@echo "CC= $(CC)"
|
||||
|
Reference in New Issue
Block a user