mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-27 09:58:21 +01:00
8 lines
120 B
Makefile
8 lines
120 B
Makefile
SUBDIRS = ulib wurl stmr
|
|
if HAS_FFI
|
|
SUBDIRS += ffi
|
|
endif
|
|
if HAS_CMAKE
|
|
SUBDIRS += ann
|
|
endif
|
|
EXTRA_DIST = lualib.h
|