mirror of
https://gitlab.com/scemama/eplf
synced 2024-12-22 12:23:50 +01:00
14 lines
170 B
Makefile
14 lines
170 B
Makefile
IRPF90 = irpf90 # -a #-d
|
|
FC = ifort
|
|
FCFLAGS= -O2 #-xT -fast-transcendentals
|
|
|
|
|
|
SRC=
|
|
OBJ=
|
|
LIB=-lqcio
|
|
|
|
include irpf90.make
|
|
|
|
irpf90.make: $(wildcard *.irp.f)
|
|
$(IRPF90)
|