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
parent
commit
f955616f98
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lapack-netlib/SRC/Makefile

+ 1
- 1
lapack-netlib/SRC/Makefile 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)



Loading…
Cancel
Save