mirror of
https://github.com/LCPQ/quantum_package
synced 2025-05-06 07:05:25 +02:00
9 lines
209 B
Makefile
9 lines
209 B
Makefile
default: all
|
|
|
|
# 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
|