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