10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-07-06 03:15:51 +02:00
irpf90/example/Makefile
Anthony Scemama ff34366fde Improved documentation
Version:1.2.21

Version:1.2.20
2013-07-08 23:53:58 +02:00

13 lines
149 B
Makefile

IRPF90 = ~/irpf90/bin/irpf90 -a -d
FC = gfortran
FCFLAGS= -O2
SRC=
OBJ=
LIB=
include irpf90.make
irpf90.make: $(wildcard *.irp.f)
$(IRPF90)