10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-07-26 20:57:35 +02:00
irpf90/example/Makefile

14 lines
165 B
Makefile

IRPF90 = python2 ../src/irpf90.py -I input
FC = ifort
FCFLAGS= -O2
NINJA =
SRC=
OBJ=
LIB=
include irpf90.make
irpf90.make: $(wildcard *.irp.f)
$(IRPF90)