We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813c3c9 commit 1954f0fCopy full SHA for 1954f0f
Makefile
@@ -651,6 +651,8 @@ superclean: clean supercleanfiles
651
$(DIST_ALIASES): $(DISTRIBUTE_DIR)
652
653
$(DISTRIBUTE_DIR): all py | $(DISTRIBUTE_SUBDIRS)
654
+ # add proto
655
+ cp -r src/caffe/proto $(DISTRIBUTE_DIR)/
656
# add include
657
cp -r include $(DISTRIBUTE_DIR)/
658
mkdir -p $(DISTRIBUTE_DIR)/include/caffe/proto
0 commit comments