Merge pull request #4740 from martin-frbg/fixlapackmod

remove LAPACK .mod files during make clean
This commit is contained in:
Martin Kroeker 2024-06-06 23:22:31 +02:00 committed by GitHub
commit f955616f98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)