10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-30 00:44:28 +02:00
quantum_package/src/Integrals_Monoelec/Makefile

7 lines
208 B
Makefile
Raw Normal View History

2014-04-16 22:16:32 +02:00
# Define here all new external source files and objects.Don't forget to prefix the
# object files with IRPF90_temp/
2015-05-11 15:50:39 +02:00
SRC=pseudopot.f90
OBJ=IRPF90_temp/pseudopot.o
2014-04-16 22:16:32 +02:00
2015-05-11 15:50:39 +02:00
include $(QPACKAGE_ROOT)/src/Makefile.common