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

03-rotate.x: 03-rotate.o
	$(MPICC) -o 03-rotate.x 03-rotate.o

03-rotate.o: 03-rotate.c
	$(MPICC) $(CFLAG) -c 03-rotate.c

clean:
	rm -f *.o *~ 03-rotate.x
