10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-07-05 19:05:51 +02:00
irpf90/example/Makefile
Anthony Scemama f6eb72c068 TEST
Version:1.2.7
2011-11-23 18:28:08 +01:00

13 lines
136 B
Makefile

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