950149ec50
This commit was SVN r13050.
13 строки
163 B
Makefile
13 строки
163 B
Makefile
PROGS = no_op sigusr_trap spin orte_nodename orte_spawn
|
|
|
|
all: $(PROGS)
|
|
|
|
CC = ortecc
|
|
CFLAGS = -g
|
|
CXX = ortec++
|
|
CXXFLAGS = -g
|
|
FFLAGS = -g
|
|
|
|
clean:
|
|
rm -f $(PROGS) *~
|