Skip to content

Commit 3d1f87f

Browse files
committed
Fix makefile
1 parent 97c2b03 commit 3d1f87f

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)