mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-09 15:43:43 +01:00
c9c5f87fdc
Version:1.1.41
13 lines
137 B
Makefile
13 lines
137 B
Makefile
IRPF90 = irpf90 #-a -d
|
|
FC = gfortran
|
|
FCFLAGS= -O2
|
|
|
|
SRC=
|
|
OBJ=
|
|
LIB=
|
|
|
|
include irpf90.make
|
|
|
|
irpf90.make: $(wildcard *.irp.f)
|
|
$(IRPF90)
|