# Generated automatically from Makefile.in by configure.
ALL: helloworld

helloworld: helloworld.c
	mpicc -o helloworld helloworld.c

clean:
	/bin/rm -f helloworld *.o