Skip to content

Commit

Permalink
remove .mod files during make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jun 6, 2024
1 parent 442dec2 commit f96ee86
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 f96ee86

Please sign in to comment.