irpf90/example/Makefile

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)