mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-08 07:03:57 +01:00
7 lines
195 B
Makefile
7 lines
195 B
Makefile
|
# Define here all new external source files and objects.Don't forget to prefix the
|
||
|
# object files with IRPF90_temp/
|
||
|
SRC=perturbation_template.f
|
||
|
OBJ=
|
||
|
|
||
|
include $(QPACKAGE_ROOT)/src/Makefile.common
|