10
0
mirror of https://gitlab.com/scemama/eplf synced 2024-07-11 22:03:49 +02:00
eplf/Makefile

13 lines
145 B
Makefile

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