index
:
nerv
Lua-based toolkit for high-performance deep learning
log msg
author
committer
range
bugfix-matrixfree
fastnn
gh-pages
master
rnn
tnn
wrapped-handles
about
summary
refs
log
tree
commit
diff
path:
root
/
fastnn
/
threads
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'fastnn/threads')
-rw-r--r--
fastnn/threads/Makefile
1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastnn/threads/Makefile b/fastnn/threads/Makefile
index 17958f9..4205adc 100644
--- a/
fastnn/threads/Makefile
+++ b/
fastnn/threads/Makefile
@@ -35,6 +35,7 @@ $(OBJ_DIR)/%.o: %.c $(patsubst /%.o,/%.c,$@)
$(LIBS): $(OBJS)
gcc -shared -o $@ $^ $(LDFLAGS) -Wl,-rpath=$(LIB_PATH) -L$(LIB_PATH) -lnervcore -lluaT -lpthread
+ cp $@ $(LIB_PATH)/
clean:
-rm -rf $(OBJ_DIR)