include ../../make_sp6.sys

09-mat-mul.x: 09-mat-mul.f90
	$(MPIF90) $(F90FLAG) -o 09-mat-mul.x 09-mat-mul.f90

clean :
	rm -f *.o *.x *~ *.dat *.mod
