mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-28 18:38:20 +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/
|