1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-29 02:38:22 +01:00
antd-lua-plugin/lib/ann/fann/Makefile.am

7 lines
90 B
Makefile
Raw Permalink Normal View History

2020-12-25 18:52:17 +01:00
all: clean-local
2019-11-19 18:37:32 +01:00
-mkdir build
cd build && cmake .. && make
clean-local:
2020-12-25 18:52:17 +01:00
-rm -rf build