We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008fc45 commit 039cfcbCopy full SHA for 039cfcb
source/module_hamilt_pw/hamilt_pwdft/Makefile
@@ -124,8 +124,8 @@ ${VERSION}-PW.x : ${FP_OBJS}
124
#==========================
125
# rules
126
127
-${OBJ_DIR}/main.o:../main.cpp
128
- ${CXX} ${OPTS} -c ${HONG} ../main.cpp -o ${OBJ_DIR}/main.o
+${OBJ_DIR}/main.o:../source_main/main.cpp
+ ${CXX} ${OPTS} -c ${HONG} ../source_main/main.cpp -o ${OBJ_DIR}/main.o
129
130
${OBJ_DIR}/%.o:%.cpp
131
${CXX} ${OPTS} -c ${HONG} $< -o $@
0 commit comments