diff options
author | Evan Shelhamer <shelhamer@imaginarynumber.net> | 2016-01-29 19:02:45 -0800 |
---|---|---|
committer | Evan Shelhamer <shelhamer@imaginarynumber.net> | 2016-01-29 19:02:45 -0800 |
commit | 2ef584785c8ade90260eb117f189146364494183 (patch) | |
tree | 8a06cd772249dbbf10f147efb6f4c53771546117 /Makefile | |
parent | eac9dd8145cb4b2a831046e1ddc024f8b865a2f9 (diff) | |
parent | 1954f0f76eb9129c8bf9f34814750dbd5b5e46c9 (diff) | |
download | caffeonacl-2ef584785c8ade90260eb117f189146364494183.tar.gz caffeonacl-2ef584785c8ade90260eb117f189146364494183.tar.bz2 caffeonacl-2ef584785c8ade90260eb117f189146364494183.zip |
Merge pull request #3587 from junshi15/distribute_proto
Include proto definition in distribute dir
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |