10
0
mirror of https://gitlab.com/scemama/eplf synced 2024-07-30 17:14:22 +02:00
eplf/Makefile

16 lines
208 B
Makefile

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