FILE := mpi-round-trip TARGET := $(FILE) all: $(TARGET) $(TARGET): $(FILE).cc mpiCC -o $@ $< clean: -rm -f *.o *~ $(TARGET)