Skip to content

Commit

Permalink
Merge pull request OpenMathLib#4740 from martin-frbg/fixlapackmod
Browse files Browse the repository at this point in the history
remove LAPACK .mod files during make clean
  • Loading branch information
martin-frbg authored Jun 6, 2024
2 parents 442dec2 + f96ee86 commit f955616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lapack-netlib/SRC/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f955616

Please sign in to comment.