mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-09 23:53:43 +01:00
14 lines
165 B
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)
|