summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 6421971e..788f0c24 100644
--- a/Makefile
+++ b/Makefile
@@ -71,9 +71,6 @@ cleanlib:
( cd SRC/VARIANTS; $(MAKE) clean )
( cd TESTING/MATGEN; $(MAKE) clean )
-cleanblaslib:
- ( cd BLAS/SRC; $(MAKE) clean )
-
cleanblas_testing:
( cd BLAS/TESTING; $(MAKE) -f Makeblat1 clean )
( cd BLAS/TESTING; $(MAKE) -f Makeblat2 clean )
@@ -85,6 +82,6 @@ cleantesting:
( cd TESTING/EIG; $(MAKE) clean )
( cd TESTING; rm -f xlin* xeig* )
-cleanall: cleanlib cleanblaslib cleanblas_testing cleantesting
- rm -f *.a TESTING/*.out INSTALL/test*
+cleanall: cleanlib cleanblas_testing cleantesting
+ rm -f *.a TESTING/*.out INSTALL/test* BLAS/*.out