10
0
mirror of https://gitlab.com/scemama/eplf synced 2025-01-08 20:33:28 +01:00
eplf/Makefile

13 lines
144 B
Makefile
Raw Normal View History

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