mirror of
https://gitlab.com/scemama/eplf
synced 2024-12-23 04:43:52 +01:00
13 lines
145 B
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)
|