summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 788f0c24..acdd40fe 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@ lib: lapacklib tmglib
clean: cleanlib cleantesting cleanblas_testing
lapack_install:
- ( cd INSTALL; $(MAKE); ./testlsame; ./testslamch; \
- ./testdlamch; ./testsecond; ./testdsecnd; ./testversion )
+ ( cd INSTALL; $(MAKE); ./testlsame; ./testslamch; ./testdlamch; \
+ ./testsecond; ./testdsecnd; ./testieee; ./testversion )
blaslib:
( cd BLAS/SRC; $(MAKE) )