remove .mod files during make clean
This commit is contained in:
parent
442dec28df
commit
f96ee86711
|
@ -668,7 +668,7 @@ FRC:
|
||||||
.PHONY: clean cleanobj cleanlib
|
.PHONY: clean cleanobj cleanlib
|
||||||
clean: cleanobj cleanlib
|
clean: cleanobj cleanlib
|
||||||
cleanobj:
|
cleanobj:
|
||||||
rm -f *.o DEPRECATED/*.o
|
rm -f *.o *.mod DEPRECATED/*.o DEPRECATED/*.mod
|
||||||
cleanlib:
|
cleanlib:
|
||||||
rm -f $(LAPACKLIB)
|
rm -f $(LAPACKLIB)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue