1
0
mirror of https://github.com/TREX-CoE/irpjast.git synced 2024-12-23 04:44:03 +01:00
irpjast/Makefile
2021-01-04 16:37:30 +01:00

17 lines
285 B
Makefile

IRPF90 = irpf90 #-a -d
FC = ifort
FCFLAGS= -O2 -I .
NINJA = ninja
ARCHIVE= ar crs
RANLIB = ranlib
SRC=inputs.f90
OBJ=
LIB=
-include irpf90.make
export
irpf90.make: $(filter-out IRPF90_temp/%, $(wildcard */*.irp.f)) $(wildcard *.irp.f) $(wildcard *.inc.f) Makefile
$(IRPF90)