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