mirror of
https://gitlab.com/scemama/eplf
synced 2024-12-22 20:35:30 +01:00
13 lines
139 B
Makefile
13 lines
139 B
Makefile
|
IRPF90 = irpf90 #-a -d
|
||
|
FC = ifort
|
||
|
FCFLAGS= -O3 -xP
|
||
|
|
||
|
SRC=
|
||
|
OBJ=
|
||
|
LIB=
|
||
|
|
||
|
include irpf90.make
|
||
|
|
||
|
irpf90.make: $(wildcard *.irp.f)
|
||
|
$(IRPF90)
|