mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2024-11-09 07:33:39 +01:00
7 lines
178 B
Makefile
7 lines
178 B
Makefile
|
IRPF90+= $(IRPF90_FLAGS)
|
||
|
include irpf90.make
|
||
|
export
|
||
|
|
||
|
irpf90.make: $(filter-out IRPF90_temp/%, $(wildcard */*.irp.f)) $(wildcard *.irp.f) $(wildcard *.inc.f) Makefile
|
||
|
$(IRPF90)
|