From c8c6cc75f26db476ff99d98f707a0294f72e899c Mon Sep 17 00:00:00 2001 From: uphantom Date: Mon, 31 Aug 2015 08:59:35 +0800 Subject: fastnn compile --- fastnn/threads/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'fastnn/threads/Makefile') 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) -- cgit v1.2.3-70-g09d2