10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00

Added missing makefile

This commit is contained in:
Anthony Scemama 2014-05-24 03:54:18 +02:00
parent 741cd36db2
commit 412f03f68e

8
src/Dets/Makefile Normal file
View File

@ -0,0 +1,8 @@
default: all
# Define here all new external source files and objects.Don't forget to prefix the
# object files with IRPF90_temp/
SRC=H_apply_template.f
OBJ=
include $(QPACKAGE_ROOT)/src/Makefile.common