mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-28 02:18:21 +01:00
4 lines
126 B
Makefile
4 lines
126 B
Makefile
lib_LTLIBRARIES = stmr.la
|
|
stmr_la_LDFLAGS = -module -avoid-version -shared
|
|
stmr_la_SOURCES = stmr.c
|
|
libdir=$(prefix)/lib/lua/
|