CC      = mpicc
CFLAGS  = -std=c11 -Wall -Wextra -Wpedantic -O3 -g

circle: circle.c

clean:
	$(RM) circle
