summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhuifang <huifangzhang@openailab>2018-02-09 19:53:42 +0800
committerhuifang <huifangzhang@openailab>2018-02-09 19:53:42 +0800
commit12ed1a89918358cdf9aed685203d0926ab982ae8 (patch)
tree8eaee05f0c9fcbeb5d17e8102a9f5da1f7d048a4 /Makefile
parent6eb34fda604c975eb15393d1d65bf878e41469df (diff)
downloadcaffeonacl-12ed1a89918358cdf9aed685203d0926ab982ae8.tar.gz
caffeonacl-12ed1a89918358cdf9aed685203d0926ab982ae8.tar.bz2
caffeonacl-12ed1a89918358cdf9aed685203d0926ab982ae8.zip
documents fixed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8f0c65fa..783d7c69 100644
--- a/Makefile
+++ b/Makefile
@@ -504,9 +504,9 @@ endif
all: lib tools examples
install:
- install -d $(AIDDIR)/CaffeOnACL
- cp -rfp ./distribute/* $(AIDDIR)/CaffeOnACL
- chown -R root:root $(AIDDIR)/CaffeOnACL
+ install -d $(AIDDIR)/Caffe-HRT
+ cp -rfp ./distribute/* $(AIDDIR)/Caffe-HRT
+ chown -R root:root $(AIDDIR)/Caffe-HRT
lib: $(STATIC_NAME) $(DYNAMIC_NAME)