summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXianyi <xianyi@iscas.ac.cn>2011-09-17 07:21:11 +0800
committerXianyi <xianyi@iscas.ac.cn>2011-09-17 07:21:11 +0800
commit756477bfe3791f13ed270d1d75ad1dfccbf83bc1 (patch)
treea565e7bfdec0beaee6cf5e6b391ba1da8c3f614b
parent864c68ffc5a4882c2a88e0c9f8f32ead96271fde (diff)
downloadopenblas-756477bfe3791f13ed270d1d75ad1dfccbf83bc1.tar.gz
openblas-756477bfe3791f13ed270d1d75ad1dfccbf83bc1.tar.bz2
openblas-756477bfe3791f13ed270d1d75ad1dfccbf83bc1.zip
Output the installation tip after building complete.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 90a3cda09..0c82d4a95 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,8 @@ ifeq ($(OSNAME), Darwin)
@echo "Thus, you need run \"make PREFIX=/your_installation_path/ install\"."
endif
@echo
+ @echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"."
+ @echo
shared :
ifeq ($(OSNAME), Linux)