irpf90/example/Makefile

14 lines
165 B
Makefile
Raw Normal View History

2020-01-27 18:22:35 +01:00
IRPF90 = python3 ../src/irpf90.py -I input
2015-05-28 00:28:17 +02:00
FC = ifort
FCFLAGS= -O2
2016-02-09 01:38:07 +01:00
NINJA =
SRC=
OBJ=
LIB=
include irpf90.make
irpf90.make: $(wildcard *.irp.f)
$(IRPF90)