10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-26 04:37:36 +02:00
quantum_package/src/Pseudo_integrals/Makefile

7 lines
196 B
Makefile
Raw Normal View History

2015-05-02 12:39:09 +02:00
# Define here all new external source files and objects.Don't forget to prefix the
# object files with IRPF90_temp/
SRC=int.f90
OBJ=IRPF90_temp/int.o
include $(QPACKAGE_ROOT)/src/Makefile.common