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.
2 parents eac9dd8 + 1954f0f commit 2ef5847Copy full SHA for 2ef5847
Makefile
@@ -662,6 +662,8 @@ superclean: clean supercleanfiles
662
$(DIST_ALIASES): $(DISTRIBUTE_DIR)
663
664
$(DISTRIBUTE_DIR): all py | $(DISTRIBUTE_SUBDIRS)
665
+ # add proto
666
+ cp -r src/caffe/proto $(DISTRIBUTE_DIR)/
667
# add include
668
cp -r include $(DISTRIBUTE_DIR)/
669
mkdir -p $(DISTRIBUTE_DIR)/include/caffe/proto
0 commit comments