Skip to content

Commit bbd17a4

Browse files
committed
Fix Makefile 2
1 parent f3e10a9 commit bbd17a4

File tree

1 file changed

+1
-1
lines changed
  • source/module_basis/module_pw/test

1 file changed

+1
-1
lines changed

source/module_basis/module_pw/test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GTEST_DIR = /home/qianrui/gnucompile/g_gtest
2525
# Compiler information
2626
#==========================
2727
HONG = -D__NORMAL
28-
INCLUDES = -I. -I../../../ -I../../../module_base/module_container
28+
INCLUDES = -I. -I../../../ -I../../../source_main -I../../../module_base/module_container
2929
LIBS =
3030
OPTS = -Ofast -march=native -std=c++11 -m64 ${INCLUDES}
3131
OBJ_DIR = obj

0 commit comments

Comments
 (0)