mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-28 18:38:20 +01:00
11 lines
200 B
Makefile
11 lines
200 B
Makefile
|
include ../../../../var.mk
|
||
|
|
||
|
LIB_NAME=ann.$(LIB_EXT)
|
||
|
LIB_OBJ=ann.o
|
||
|
|
||
|
LIB_INC=-I./fann/src/include/
|
||
|
FANN_LIB_A=./fann/build/src/libdoublefann.a
|
||
|
|
||
|
LIB_CONF = $(FANN_LIB_A) $(FANN_INC)
|
||
|
|
||
|
include ../../lib.mk
|