Browse Source
Merge pull request #4740 from martin-frbg/fixlapackmod
remove LAPACK .mod files during make clean
tags/v0.3.28^2
Martin Kroeker
GitHub
1 year ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
lapack-netlib/SRC/Makefile
|
|
@@ -668,7 +668,7 @@ FRC: |
|
|
|
.PHONY: clean cleanobj cleanlib |
|
|
|
clean: cleanobj cleanlib |
|
|
|
cleanobj: |
|
|
|
rm -f *.o DEPRECATED/*.o |
|
|
|
rm -f *.o *.mod DEPRECATED/*.o DEPRECATED/*.mod |
|
|
|
cleanlib: |
|
|
|
rm -f $(LAPACKLIB) |
|
|
|
|
|
|
|