Skip to content
Snippets Groups Projects
Commit c4f4c689 authored by Dor Laor's avatar Dor Laor
Browse files

Add INCLUDES flag for CFLAG and include the root project directory in

order to reach includes files for within the hirarchy.
parent b6306ab6
No related branches found
No related tags found
No related merge requests found
CXXFLAGS = -std=gnu++11 -lstdc++ $(CFLAGS)
CFLAGS = $(autodepend) -g -Wall -Wno-pointer-arith
INCLUDES = -I.
CXXFLAGS = -std=gnu++11 -lstdc++ $(CFLAGS) $(INMCLUDES)
CFLAGS = $(autodepend) -g -Wall -Wno-pointer-arith $(INCLUDES)
autodepend = -MD $(@.o=.d) -MT $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment