diff options
author | julie <julielangou@users.noreply.github.com> | 2014-10-09 01:12:17 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2014-10-09 01:12:17 +0000 |
commit | ab19fb88cfb2ae6ff81dd462d8fd60ab69dd137b (patch) | |
tree | e71c149909d55beb4c8d7989d0b1d1ea649d91ee /Makefile | |
parent | 8d160e5f960b389ba6a4c0d5ffe767c7b762a9d3 (diff) | |
download | lapack-ab19fb88cfb2ae6ff81dd462d8fd60ab69dd137b.tar.gz lapack-ab19fb88cfb2ae6ff81dd462d8fd60ab69dd137b.tar.bz2 lapack-ab19fb88cfb2ae6ff81dd462d8fd60ab69dd137b.zip |
correct typo while editing Makefile with VI
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ blas_testing: ./xblat3z < zblat3.in ) cblas_testing: blaslib - ( cd CBLAs ; $(MAKE) cblas_testing) + ( cd CBLAS ; $(MAKE) cblas_testing) ( cd CBLAS ; $(MAKE) runtst) |