mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-28 18:38:20 +01:00
8 lines
107 B
Makefile
8 lines
107 B
Makefile
|
include ../../../../var.mk
|
||
|
|
||
|
LIB_NAME=ulib.$(LIB_EXT)
|
||
|
LIB_OBJ= ulib.o 3rd/zip/zip.o
|
||
|
|
||
|
|
||
|
include ../../lib.mk
|