run : rotate
	time ./rotate

rotate : rotate.c
	gcc -Wall -O9 -o rotate rotate.c
