Skip to content

Commit

Permalink
Update makefile.linux (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
stge4code authored Feb 22, 2021
1 parent 21f1bab commit cfb5aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tightbind/makefile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ F77FLAGS = -O
LIBS = -lm
LOCALLIBS = -L/usr/local/lib -llapack -lblas -lf2c

COBJS = main.o genutil.o fileio.o globals.o memory.o distance_mat.o \
COBJS = main.o driver.o genutil.o fileio.o globals.o memory.o distance_mat.o \
R_overlap_mat.o mov.o R_hamil.o K_hamil.o kpoints.o K_overlap_mat.o \
mulliken.o charge_mat.o zetas.o electrostat.o new3_fileio.o walsh.o \
transforms.o symmetry.o princ_axes.o avg_props.o DOS_stuff.o COOP_stuff.o \
Expand Down

0 comments on commit cfb5aee

Please sign in to comment.