diff options
author | Xianyi <xianyi@iscas.ac.cn> | 2011-09-17 07:21:11 +0800 |
---|---|---|
committer | Xianyi <xianyi@iscas.ac.cn> | 2011-09-17 07:21:11 +0800 |
commit | 756477bfe3791f13ed270d1d75ad1dfccbf83bc1 (patch) | |
tree | a565e7bfdec0beaee6cf5e6b391ba1da8c3f614b | |
parent | 864c68ffc5a4882c2a88e0c9f8f32ead96271fde (diff) | |
download | openblas-756477bfe3791f13ed270d1d75ad1dfccbf83bc1.tar.gz openblas-756477bfe3791f13ed270d1d75ad1dfccbf83bc1.tar.bz2 openblas-756477bfe3791f13ed270d1d75ad1dfccbf83bc1.zip |
Output the installation tip after building complete.
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |