correct typo while editing Makefile with VI
authorjulie <julielangou@users.noreply.github.com>
Thu, 9 Oct 2014 01:12:17 +0000 (01:12 +0000)
committerjulie <julielangou@users.noreply.github.com>
Thu, 9 Oct 2014 01:12:17 +0000 (01:12 +0000)
Makefile

index cf24128..82665d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)