mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-19 04:22:23 +01:00
13 lines
162 B
Makefile
13 lines
162 B
Makefile
|
IRPF90 = irpf90 #-a -d
|
||
|
FC = gfortran
|
||
|
FCFLAGS= -ffree-line-length-none -O2
|
||
|
|
||
|
SRC=
|
||
|
OBJ=
|
||
|
LIB=
|
||
|
|
||
|
include irpf90.make
|
||
|
|
||
|
irpf90.make: $(wildcard *.irp.f)
|
||
|
$(IRPF90)
|