10
0
mirror of https://gitlab.com/scemama/eplf synced 2024-07-07 11:55:58 +02:00
eplf/Makefile
2009-05-15 01:01:27 +02:00

13 lines
151 B
Makefile

IRPF90 = irpf90 -DMPI #-a -d
FC = mpif90
FCFLAGS= -O3 -xT
SRC=
OBJ=
LIB=-lqcio
include irpf90.make
irpf90.make: $(wildcard *.irp.f)
$(IRPF90)