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 97c2b03 commit 3d1f87fCopy full SHA for 3d1f87f
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