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

13 lines
137 B
Makefile

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