mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2025-01-07 14:28:22 +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/
|