10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-02 11:25:19 +02:00
irpf90/example/Makefile

13 lines
177 B
Makefile
Raw Normal View History

2013-12-11 14:00:27 +01:00
IRPF90 = python ../src/irpf90.py -I input -a -d
2015-01-30 17:29:15 +01:00
FC = ifort -profile-functions
FCFLAGS= -O2
SRC=
OBJ=
LIB=
include irpf90.make
irpf90.make: $(wildcard *.irp.f)
$(IRPF90)