mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2025-01-04 05:18:21 +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
|