Skip to content

Commit 5fce92a

Browse files
committed
Fix MakeFile 3
1 parent bbd17a4 commit 5fce92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include Makefile.vars
44
# Compiler information
55
#==========================
66

7-
INCLUDES = -I. -I./source_main/ -Icommands -I../ -Imodule_base/module_container
7+
INCLUDES = -I. -Isource_main -Icommands -I../ -Imodule_base/module_container
88

99
LIBS = -lm -lpthread
1010
OPTS = -std=c++14 -pedantic -m64 ${INCLUDES}

0 commit comments

Comments
 (0)