all: hello

hello:
	mpicc -o hello hello.c
clean:
	rm -f hello
