aboutsummaryrefslogtreecommitdiff
path: root/fastnn/threads/Makefile
diff options
context:
space:
mode:
authoruphantom <[email protected]>2015-08-31 08:59:35 +0800
committeruphantom <[email protected]>2015-08-31 08:59:35 +0800
commitc8c6cc75f26db476ff99d98f707a0294f72e899c (patch)
tree204f7d089adf5c0055e61e271567998895655e52 /fastnn/threads/Makefile
parenta68d3c982ed0dd4ef5bbc9e0c22b9ecf9565b924 (diff)
fastnn compile
Diffstat (limited to 'fastnn/threads/Makefile')
-rw-r--r--fastnn/threads/Makefile1
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)