10
0
mirror of https://gitlab.com/scemama/eplf synced 2024-06-26 15:12:16 +02:00
eplf/Makefile
2009-05-14 00:45:29 +02:00

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)