mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2024-12-22 04:13:31 +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)
|