1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-07-26 02:39:46 +02:00

add last module

This commit is contained in:
lxsang
2019-11-19 18:37:32 +01:00
parent 2cc5b468bc
commit d55e504a59
7 changed files with 792 additions and 11 deletions

6
lib/ann/fann/Makefile.am Normal file
View File

@ -0,0 +1,6 @@
all:
-mkdir build
cd build && cmake .. && make
clean-local:
-rm -rf build