8ebf235a56
This commit was SVN r26530.
11 строки
172 B
Makefile
11 строки
172 B
Makefile
PROGS = orte_no_op mpi_no_op
|
|
|
|
all: $(PROGS)
|
|
|
|
CC = mpicc
|
|
CFLAGS = -O
|
|
CFLAGS_INTERNAL = -I../../.. -I../../../orte/include -I../../../opal/include
|
|
|
|
clean:
|
|
rm -f $(PROGS) *~
|