Skip to content

Commit a700c99

Browse files
committed
Update Makefile
1 parent 90f77f6 commit a700c99

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. -Isource_main -Isource_main/commands -Icommands -I../ -Imodule_base/module_container
7+
INCLUDES = -I. -Isource_main -Isource_main/commands -Icommands -I../ -Isource_base/module_container
88

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

0 commit comments

Comments
 (0)