10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-07-12 06:13:38 +02:00
irpf90/example/Makefile

14 lines
185 B
Makefile
Raw Normal View History

2015-05-28 00:28:17 +02:00
IRPF90 = python ../src/irpf90.py -I input -a -d -j
FC = ifort
FCFLAGS= -O2
2015-05-28 00:28:17 +02:00
NINJA = ninja -j 1 -v
SRC=
OBJ=
LIB=
include irpf90.make
irpf90.make: $(wildcard *.irp.f)
$(IRPF90)