ARCH = sp6
include ../../make_$(ARCH).sys

09-mat-mul.x: 09-mat-mul.o
	$(MPICC) -o 09-mat-mul.x 09-mat-mul.o

09-mat-mul.o: 09-mat-mul.c
	$(MPICC) $(CFLAG) -c 09-mat-mul.c

clean:
	rm -f *.o *~ 09-mat-mul.x
