Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Андрей Вуколов
caffe
Commits
2ef58478
Commit
2ef58478
authored
9 years ago
by
Evan Shelhamer
Browse files
Options
Download
Plain Diff
Merge pull request #3587 from junshi15/distribute_proto
Include proto definition in distribute dir
parents
eac9dd81
1954f0f7
master
intel
opencl
readme_list_branches
tutorial
windows
1.0
rc5
rc4
rc3
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-0
Makefile
with
2 additions
and
0 deletions
+2
-0
Makefile
View file @
2ef58478
...
...
@@ -662,6 +662,8 @@ superclean: clean supercleanfiles
$(DIST_ALIASES)
:
$(DISTRIBUTE_DIR)
$(DISTRIBUTE_DIR)
:
all py | $(DISTRIBUTE_SUBDIRS)
# add proto
cp
-r
src/caffe/proto
$(DISTRIBUTE_DIR)
/
# add include
cp
-r
include
$(DISTRIBUTE_DIR)
/
mkdir
-p
$(DISTRIBUTE_DIR)
/include/caffe/proto
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help