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 90f77f6 commit a700c99Copy full SHA for a700c99
source/Makefile
@@ -4,7 +4,7 @@ include Makefile.vars
4
# Compiler information
5
#==========================
6
7
-INCLUDES = -I. -Isource_main -Isource_main/commands -Icommands -I../ -Imodule_base/module_container
+INCLUDES = -I. -Isource_main -Isource_main/commands -Icommands -I../ -Isource_base/module_container
8
9
LIBS = -lm -lpthread
10
OPTS = -std=c++14 -pedantic -m64 ${INCLUDES}
0 commit comments