icp/oer/courses/c-mpi/sections/01-introduction/01-c-hello/Makefile

6 lines
71 B
Makefile
Raw Normal View History

2018-05-05 22:18:02 +00:00
all:
mpicc -lrt --std=c99 program.c -o program
clean:
rm -f program