mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-08 15:13:42 +01:00
14 lines
170 B
Makefile
14 lines
170 B
Makefile
IRPF90 = python ../src/irpf90.py -I input -a -d
|
|
FC = ifort
|
|
FCFLAGS= -O2
|
|
NINJA =
|
|
|
|
SRC=
|
|
OBJ=
|
|
LIB=
|
|
|
|
include irpf90.make
|
|
|
|
irpf90.make: $(wildcard *.irp.f)
|
|
$(IRPF90)
|