Skip to content

Commit 2d36fda

Browse files
authored
fix the makefile compiling issue (#1687)
1 parent 49c6d61 commit 2d36fda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/Makefile.Objects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ VPATH=./src_global:\
1717
./module_symmetry:\
1818
./module_cell:\
1919
./module_base:\
20+
./module_base/src:\
2021
./module_md:\
2122
./module_pw:\
2223
./module_surchem:\
@@ -110,6 +111,7 @@ OBJS_BASE=abfs-vector3_order.o\
110111
math_ylmreal.o\
111112
math_bspline.o\
112113
math_chebyshev.o\
114+
math_multi_device.o\
113115
mathzone_add1.o\
114116
matrix.o\
115117
matrix3.o\

0 commit comments

Comments
 (0)